#99DBF8

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

Shades of Columbia Blue #99DBF8

Tints of Columbia Blue #99DBF8

Color information

#99DBF8 (or 0x99DBF8) is unknown color: approx Columbia Blue. HEX triplet: 99, DB and F8. RGB value is (153,219,248). Sum of RGB (Red+Green+Blue) = 153+219+248=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #99DBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBF8 is #662407. Grayscale: #CACACA. Windows color (decimal): -6693896 or 16309145. OLE color: 16309145.

HSL color Cylindrical-coordinate representation of color #99DBF8: hue angle of 198.32º 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 #99DBF8 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153219248-
CMYK0.380.1200.03
HSL198.32º87.16%78.63%-
HSV(B)198.32º38.31%97.25%-
XYZ55.4164.2198.28-
YUV202.57153.6392.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.68%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 248 (97.27% from 255) = 40%
R=24.68%
G=35.32%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1532192480.380.1200.03198.3287.1678.63
Hex99DBF826C03c6574f
Octal231333370461403306127117
Binary10011001110110111111100010011011000111100011010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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