#99CAFE

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

Shades of Light Sky Blue #99CAFE

Tints of Light Sky Blue #99CAFE

Color information

#99CAFE (or 0x99CAFE) is unknown color: approx Light Sky Blue. HEX triplet: 99, CA and FE. RGB value is (153,202,254). Sum of RGB (Red+Green+Blue) = 153+202+254=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #99CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAFE is #663501. Grayscale: #C1C1C1. Windows color (decimal): -6698242 or 16698009. OLE color: 16698009.

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

Color convert

RGB153202254-
CMYK0.400.2000.00
HSL210.89º98.06%79.8%-
HSV(B)210.89º39.76%99.61%-
XYZ52.1556.17101.86-
YUV193.28162.2799.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.12%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=25.12%
G=33.17%
B=41.71%

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
Decimal1532022540.400.2000.00210.8998.0679.8
Hex99CAFE281400d36250
Octal231312376502400323142120
Binary10011001110010101111111010100010100001101001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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