#99C9FC

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

Shades of Light Sky Blue #99C9FC

Tints of Light Sky Blue #99C9FC

Color information

#99C9FC (or 0x99C9FC) is unknown color: approx Light Sky Blue. HEX triplet: 99, C9 and FC. RGB value is (153,201,252). Sum of RGB (Red+Green+Blue) = 153+201+252=606 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.25% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #99C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C9FC is #663603. Grayscale: #C0C0C0. Windows color (decimal): -6698500 or 16566681. OLE color: 16566681.

HSL color Cylindrical-coordinate representation of color #99C9FC: hue angle of 210.91º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99C9FC is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153201252-
CMYK0.390.2000.01
HSL210.91º94.29%79.41%-
HSV(B)210.91º39.29%98.82%-
XYZ51.5955.57100.1-
YUV192.46161.699.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.25%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=25.25%
G=33.17%
B=41.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532012520.390.2000.01210.9194.2979.41
Hex99C9FC271401d35e4f
Octal231311374472401323136117
Binary10011001110010011111110010011110100011101001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,201,252); }

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

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

 a { background-color: rgb(153,201,252); }

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

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

 span { border-color: rgb(153,201,252); }

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