#98DDF9

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

Shades of Columbia Blue #98DDF9

Tints of Columbia Blue #98DDF9

Color information

#98DDF9 (or 0x98DDF9) is unknown color: approx Columbia Blue. HEX triplet: 98, DD and F9. RGB value is (152,221,249). Sum of RGB (Red+Green+Blue) = 152+221+249=622 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.44% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #98DDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DDF9 is #672206. Grayscale: #CBCBCB. Windows color (decimal): -6758919 or 16375192. OLE color: 16375192.

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

Color convert

RGB152221249-
CMYK0.390.1100.02
HSL197.32º88.99%78.63%-
HSV(B)197.32º38.96%97.65%-
XYZ55.965.2399.27-
YUV203.56153.6491.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.44%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 249 (97.66% from 255) = 40.03%
R=24.44%
G=35.53%
B=40.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522212490.390.1100.02197.3288.9978.63
Hex98DDF927B02c5594f
Octal230335371471302305131117
Binary10011000110111011111100110011110110101100010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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