#8FC8FF

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

Shades of Light Sky Blue #8FC8FF

Tints of Light Sky Blue #8FC8FF

Color information

#8FC8FF (or 0x8FC8FF) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C8 and FF. RGB value is (143,200,255). Sum of RGB (Red+Green+Blue) = 143+200+255=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC8FF is #703700. Grayscale: #BCBCBC. Windows color (decimal): -7354113 or 16763023. OLE color: 16763023.

HSL color Cylindrical-coordinate representation of color #8FC8FF: hue angle of 209.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FC8FF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB143200255-
CMYK0.440.2200
HSL209.46º100%78.04%-
HSV(B)209.46º43.92%100%-
XYZ50.0354.37102.46-
YUV189.23165.1295.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.91%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 255 (100% from 255) = 42.64%
R=23.91%
G=33.44%
B=42.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432002550.440.2200209.4610078.04
Hex8FC8FF2C1600d1644e
Octal217310377542600321144116
Binary10001111110010001111111110110010110001101000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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