#8FCAFE

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

Shades of Light Sky Blue #8FCAFE

Tints of Light Sky Blue #8FCAFE

Color information

#8FCAFE (or 0x8FCAFE) is unknown color: approx Light Sky Blue. HEX triplet: 8F, CA and FE. RGB value is (143,202,254). Sum of RGB (Red+Green+Blue) = 143+202+254=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAFE is #703501. Grayscale: #BEBEBE. Windows color (decimal): -7353602 or 16697999. OLE color: 16697999.

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

Color convert

RGB143202254-
CMYK0.440.2000.00
HSL208.11º98.23%77.84%-
HSV(B)208.11º43.7%99.61%-
XYZ50.3455.24101.77-
YUV190.29163.9594.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.87%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=23.87%
G=33.72%
B=42.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432022540.440.2000.00208.1198.2377.84
Hex8FCAFE2C1400d0624e
Octal217312376542400320142116
Binary10001111110010101111111010110010100001101000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,254); }

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

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

 a { background-color: rgb(143,202,254); }

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

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

 span { border-color: rgb(143,202,254); }

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