#99CBFE

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

Shades of Light Sky Blue #99CBFE

Tints of Light Sky Blue #99CBFE

Color information

#99CBFE (or 0x99CBFE) is unknown color: approx Light Sky Blue. HEX triplet: 99, CB and FE. RGB value is (153,203,254). Sum of RGB (Red+Green+Blue) = 153+203+254=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #99CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CBFE is #663401. Grayscale: #C1C1C1. Windows color (decimal): -6697986 or 16698265. OLE color: 16698265.

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

Color convert

RGB153203254-
CMYK0.400.2000.00
HSL210.3º98.06%79.8%-
HSV(B)210.3º39.76%99.61%-
XYZ52.3856.64101.94-
YUV193.86161.9498.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.08%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=25.08%
G=33.28%
B=41.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532032540.400.2000.00210.398.0679.8
Hex99CBFE281400d26250
Octal231313376502400322142120
Binary10011001110010111111111010100010100001101001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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