#98DBF9

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

Shades of Columbia Blue #98DBF9

Tints of Columbia Blue #98DBF9

Color information

#98DBF9 (or 0x98DBF9) is unknown color: approx Columbia Blue. HEX triplet: 98, DB and F9. RGB value is (152,219,249). Sum of RGB (Red+Green+Blue) = 152+219+249=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #98DBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBF9 is #672406. Grayscale: #CACACA. Windows color (decimal): -6759431 or 16374680. OLE color: 16374680.

HSL color Cylindrical-coordinate representation of color #98DBF9: hue angle of 198.56º degrees, saturation: 0.89, 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 #98DBF9 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152219249-
CMYK0.390.1200.02
HSL198.56º88.99%78.63%-
HSV(B)198.56º38.96%97.65%-
XYZ55.3864.1899.09-
YUV202.39154.392.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.52%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=24.52%
G=35.32%
B=40.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522192490.390.1200.02198.5688.9978.63
Hex98DBF927C02c7594f
Octal230333371471402307131117
Binary10011000110110111111100110011111000101100011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,249); }

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

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

 a { background-color: rgb(152,219,249); }

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

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

 span { border-color: rgb(152,219,249); }

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