#99CAFF

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

Shades of Light Sky Blue #99CAFF

Tints of Light Sky Blue #99CAFF

Color information

#99CAFF (or 0x99CAFF) is unknown color: approx Light Sky Blue. HEX triplet: 99, CA and FF. RGB value is (153,202,255). Sum of RGB (Red+Green+Blue) = 153+202+255=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #99CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAFF is #663500. Grayscale: #C1C1C1. Windows color (decimal): -6698241 or 16763545. OLE color: 16763545.

HSL color Cylindrical-coordinate representation of color #99CAFF: hue angle of 211.18º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99CAFF is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153202255-
CMYK0.40.2100
HSL211.18º100%80%-
HSV(B)211.18º40%100%-
XYZ52.3156.23102.7-
YUV193.39162.7799.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.08%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 255 (100% from 255) = 41.80%
R=25.08%
G=33.11%
B=41.80%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532022550.40.2100211.1810080
Hex99CAFF281500d36450
Octal231312377502500323144120
Binary10011001110010101111111110100010101001101001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,202,255); }

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

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

 a { background-color: rgb(153,202,255); }

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

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

 span { border-color: rgb(153,202,255); }

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