#99C6FE

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

Shades of Light Sky Blue #99C6FE

Tints of Light Sky Blue #99C6FE

Color information

#99C6FE (or 0x99C6FE) is unknown color: approx Light Sky Blue. HEX triplet: 99, C6 and FE. RGB value is (153,198,254). Sum of RGB (Red+Green+Blue) = 153+198+254=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #99C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C6FE is #663901. Grayscale: #BEBEBE. Windows color (decimal): -6699266 or 16696985. OLE color: 16696985.

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

Color convert

RGB153198254-
CMYK0.400.2200.00
HSL213.27º98.06%79.8%-
HSV(B)213.27º39.76%99.61%-
XYZ51.2254.32101.55-
YUV190.93163.59100.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.29%
GREEN value IS 198 (77.73% from 255) = 32.73%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=25.29%
G=32.73%
B=41.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531982540.400.2200.00213.2798.0679.8
Hex99C6FE281600d56250
Octal231306376502600325142120
Binary10011001110001101111111010100010110001101010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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