#8FC8FC

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

Shades of Light Sky Blue #8FC8FC

Tints of Light Sky Blue #8FC8FC

Color information

#8FC8FC (or 0x8FC8FC) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C8 and FC. RGB value is (143,200,252). Sum of RGB (Red+Green+Blue) = 143+200+252=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC8FC is #703703. Grayscale: #BCBCBC. Windows color (decimal): -7354116 or 16566415. OLE color: 16566415.

HSL color Cylindrical-coordinate representation of color #8FC8FC: hue angle of 208.62º 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 #8FC8FC is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143200252-
CMYK0.430.2100.01
HSL208.62º94.78%77.45%-
HSV(B)208.62º43.25%98.82%-
XYZ49.5554.1899.94-
YUV188.88163.6295.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.03%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=24.03%
G=33.61%
B=42.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432002520.430.2100.01208.6294.7877.45
Hex8FC8FC2B1501d15f4d
Octal217310374532501321137115
Binary10001111110010001111110010101110101011101000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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