#8FCEFC

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

Shades of Light Sky Blue #8FCEFC

Tints of Light Sky Blue #8FCEFC

Color information

#8FCEFC (or 0x8FCEFC) is unknown color: approx Light Sky Blue. HEX triplet: 8F, CE and FC. RGB value is (143,206,252). Sum of RGB (Red+Green+Blue) = 143+206+252=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FCEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCEFC is #703103. Grayscale: #C0C0C0. Windows color (decimal): -7352580 or 16567951. OLE color: 16567951.

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

Color convert

RGB143206252-
CMYK0.430.1800.01
HSL205.32º94.78%77.45%-
HSV(B)205.32º43.25%98.82%-
XYZ50.9757.01100.41-
YUV192.41161.6392.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.79%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=23.79%
G=34.28%
B=41.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432062520.430.1800.01205.3294.7877.45
Hex8FCEFC2B1201cd5f4d
Octal217316374532201315137115
Binary10001111110011101111110010101110010011100110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,206,252); }

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

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

 a { background-color: rgb(143,206,252); }

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

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

 span { border-color: rgb(143,206,252); }

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