#8FCFFF

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

Shades of Light Sky Blue #8FCFFF

Tints of Light Sky Blue #8FCFFF

Color information

#8FCFFF (or 0x8FCFFF) is unknown color: approx Light Sky Blue. HEX triplet: 8F, CF and FF. RGB value is (143,207,255). Sum of RGB (Red+Green+Blue) = 143+207+255=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FCFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFFF is #703000. Grayscale: #C1C1C1. Windows color (decimal): -7352321 or 16764815. OLE color: 16764815.

HSL color Cylindrical-coordinate representation of color #8FCFFF: hue angle of 205.71º 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 #8FCFFF is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB143207255-
CMYK0.440.1900
HSL205.71º100%78.04%-
HSV(B)205.71º43.92%100%-
XYZ51.6957.69103.02-
YUV193.34162.892.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.64%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 255 (100% from 255) = 42.15%
R=23.64%
G=34.21%
B=42.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432072550.440.1900205.7110078.04
Hex8FCFFF2C1300ce644e
Octal217317377542300316144116
Binary10001111110011111111111110110010011001100111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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