#99CDFD

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

Shades of Light Sky Blue #99CDFD

Tints of Light Sky Blue #99CDFD

Color information

#99CDFD (or 0x99CDFD) is unknown color: approx Light Sky Blue. HEX triplet: 99, CD and FD. RGB value is (153,205,253). Sum of RGB (Red+Green+Blue) = 153+205+253=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #99CDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CDFD is #663202. Grayscale: #C2C2C2. Windows color (decimal): -6697475 or 16633241. OLE color: 16633241.

HSL color Cylindrical-coordinate representation of color #99CDFD: hue angle of 208.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99CDFD is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153205253-
CMYK0.400.1900.01
HSL208.8º96.15%79.61%-
HSV(B)208.8º39.53%99.22%-
XYZ52.757.53101.25-
YUV194.92160.7798.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.04%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=25.04%
G=33.55%
B=41.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532052530.400.1900.01208.896.1579.61
Hex99CDFD281301d16050
Octal231315375502301321140120
Binary10011001110011011111110110100010011011101000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,253); }

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

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

 a { background-color: rgb(153,205,253); }

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

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

 span { border-color: rgb(153,205,253); }

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