#99DDF9

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

Shades of Columbia Blue #99DDF9

Tints of Columbia Blue #99DDF9

Color information

#99DDF9 (or 0x99DDF9) is unknown color: approx Columbia Blue. HEX triplet: 99, DD and F9. RGB value is (153,221,249). Sum of RGB (Red+Green+Blue) = 153+221+249=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #99DDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDF9 is #662206. Grayscale: #CBCBCB. Windows color (decimal): -6693383 or 16375193. OLE color: 16375193.

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

Color convert

RGB153221249-
CMYK0.390.1100.02
HSL197.5º88.89%78.82%-
HSV(B)197.5º38.55%97.65%-
XYZ56.0965.3299.28-
YUV203.86153.4791.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.56%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=24.56%
G=35.47%
B=39.97%

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
Decimal1532212490.390.1100.02197.588.8978.82
Hex99DDF927B02c6594f
Octal231335371471302306131117
Binary10011001110111011111100110011110110101100011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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