#8CD5FC

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

Shades of Light Sky Blue #8CD5FC

Tints of Light Sky Blue #8CD5FC

Color information

#8CD5FC (or 0x8CD5FC) is unknown color: approx Light Sky Blue. HEX triplet: 8C, D5 and FC. RGB value is (140,213,252). Sum of RGB (Red+Green+Blue) = 140+213+252=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CD5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD5FC is #732A03. Grayscale: #C3C3C3. Windows color (decimal): -7547396 or 16569740. OLE color: 16569740.

HSL color Cylindrical-coordinate representation of color #8CD5FC: hue angle of 200.89º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CD5FC is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140213252-
CMYK0.440.1500.01
HSL200.89º94.92%76.86%-
HSV(B)200.89º44.44%98.82%-
XYZ52.1860.19100.96-
YUV195.62159.8288.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.14%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=23.14%
G=35.21%
B=41.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402132520.440.1500.01200.8994.9276.86
Hex8CD5FC2CF01c95f4d
Octal214325374541701311137115
Binary1000110011010101111111001011001111011100100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CD5FC; }

 p { color: rgb(140,213,252); }

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

<style>
 a { background-color: #8CD5FC; }

 a { background-color: rgb(140,213,252); }

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

<style>
 span { border-color: #8CD5FC; }

 span { border-color: rgb(140,213,252); }

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