#99CBFF

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

Shades of Light Sky Blue #99CBFF

Tints of Light Sky Blue #99CBFF

Color information

#99CBFF (or 0x99CBFF) is unknown color: approx Light Sky Blue. HEX triplet: 99, CB and FF. RGB value is (153,203,255). Sum of RGB (Red+Green+Blue) = 153+203+255=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #99CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CBFF is #663400. Grayscale: #C1C1C1. Windows color (decimal): -6697985 or 16763801. OLE color: 16763801.

HSL color Cylindrical-coordinate representation of color #99CBFF: hue angle of 210.59º 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 #99CBFF is Cyan = 0.4, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153203255-
CMYK0.40.2000
HSL210.59º100%80%-
HSV(B)210.59º40%100%-
XYZ52.5456.7102.78-
YUV193.98162.4498.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.04%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 255 (100% from 255) = 41.73%
R=25.04%
G=33.22%
B=41.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532032550.40.2000210.5910080
Hex99CBFF281400d36450
Octal231313377502400323144120
Binary10011001110010111111111110100010100001101001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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