#8FC6FF

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

Shades of Light Sky Blue #8FC6FF

Tints of Light Sky Blue #8FC6FF

Color information

#8FC6FF (or 0x8FC6FF) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C6 and FF. RGB value is (143,198,255). Sum of RGB (Red+Green+Blue) = 143+198+255=596 (78% of max value = 765). Red value is 143 (56.25% from 255 or 23.99% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FC6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC6FF is #703900. Grayscale: #BBBBBB. Windows color (decimal): -7354625 or 16762511. OLE color: 16762511.

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

Color convert

RGB143198255-
CMYK0.440.2200
HSL210.54º100%78.04%-
HSV(B)210.54º43.92%100%-
XYZ49.5753.45102.31-
YUV188.05165.7895.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.99%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 255 (100% from 255) = 42.79%
R=23.99%
G=33.22%
B=42.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431982550.440.2200210.5410078.04
Hex8FC6FF2C1600d3644e
Octal217306377542600323144116
Binary10001111110001101111111110110010110001101001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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