#99DFF6

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

Shades of Columbia Blue #99DFF6

Tints of Columbia Blue #99DFF6

Color information

#99DFF6 (or 0x99DFF6) is unknown color: approx Columbia Blue. HEX triplet: 99, DF and F6. RGB value is (153,223,246). Sum of RGB (Red+Green+Blue) = 153+223+246=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #99DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFF6 is #662009. Grayscale: #CCCCCC. Windows color (decimal): -6692874 or 16179097. OLE color: 16179097.

HSL color Cylindrical-coordinate representation of color #99DFF6: hue angle of 194.84º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99DFF6 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB153223246-
CMYK0.380.0900.04
HSL194.84º83.78%78.24%-
HSV(B)194.84º37.8%96.47%-
XYZ56.1666.297.01-
YUV204.69151.3191.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.60%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=24.60%
G=35.85%
B=39.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532232460.380.0900.04194.8483.7878.24
Hex99DFF626904c3544e
Octal231337366461104303124116
Binary100110011101111111110110100110100101001100001110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,223,246); }

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

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

 a { background-color: rgb(153,223,246); }

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

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

 span { border-color: rgb(153,223,246); }

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