#98D3FA

Color #98D3FA Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #98D3FA

Tints of Columbia Blue #98D3FA

Color information

#98D3FA (or 0x98D3FA) is unknown color: approx Columbia Blue. HEX triplet: 98, D3 and FA. RGB value is (152,211,250). Sum of RGB (Red+Green+Blue) = 152+211+250=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #98D3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D3FA is #672C05. Grayscale: #C5C5C5. Windows color (decimal): -6761478 or 16438168. OLE color: 16438168.

HSL color Cylindrical-coordinate representation of color #98D3FA: hue angle of 203.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98D3FA is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152211250-
CMYK0.390.1600.02
HSL203.88º90.74%78.82%-
HSV(B)203.88º39.2%98.04%-
XYZ53.560.1799.24-
YUV197.8157.4595.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 24.80%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=24.80%
G=34.42%
B=40.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522112500.390.1600.02203.8890.7478.82
Hex98D3FA271002cc5b4f
Octal230323372472002314133117
Binary100110001101001111111010100111100000101100110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98D3FA; }

 p { color: rgb(152,211,250); }

 H1.HeaderClassName
 {
   color: #98D3FA;
 }
 .AnyTagClassName
 {
   color: #98D3FA;
 }
</style>
background-color css

<style>
 a { background-color: #98D3FA; }

 a { background-color: rgb(152,211,250); }

 div.DivClassName
 {
   background-color: #98D3FA;
 }
 .BgClassName
 {
   background-color: #98D3FA;
 }
</style>
border-color css

<style>
 span { border-color: #98D3FA; }

 span { border-color: rgb(152,211,250); }

 td.TdClassName
 {
   border-color: #98D3FA;
 }
 .TagClassName
 {
   border-color: #98D3FA;
 }
</style>