#99DCF8

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

Shades of Columbia Blue #99DCF8

Tints of Columbia Blue #99DCF8

Color information

#99DCF8 (or 0x99DCF8) is unknown color: approx Columbia Blue. HEX triplet: 99, DC and F8. RGB value is (153,220,248). Sum of RGB (Red+Green+Blue) = 153+220+248=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #99DCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCF8 is #662307. Grayscale: #CACACA. Windows color (decimal): -6693640 or 16309401. OLE color: 16309401.

HSL color Cylindrical-coordinate representation of color #99DCF8: hue angle of 197.68º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99DCF8 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153220248-
CMYK0.380.1100.03
HSL197.68º87.16%78.63%-
HSV(B)197.68º38.31%97.25%-
XYZ55.6764.7498.37-
YUV203.16153.392.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.64%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 248 (97.27% from 255) = 39.94%
R=24.64%
G=35.43%
B=39.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1532202480.380.1100.03197.6887.1678.63
Hex99DCF826B03c6574f
Octal231334370461303306127117
Binary10011001110111001111100010011010110111100011010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,220,248); }

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

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

 a { background-color: rgb(153,220,248); }

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

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

 span { border-color: rgb(153,220,248); }

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