#8FCCFE

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

Shades of Light Sky Blue #8FCCFE

Tints of Light Sky Blue #8FCCFE

Color information

#8FCCFE (or 0x8FCCFE) is unknown color: approx Light Sky Blue. HEX triplet: 8F, CC and FE. RGB value is (143,204,254). Sum of RGB (Red+Green+Blue) = 143+204+254=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FCCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCCFE is #703301. Grayscale: #BFBFBF. Windows color (decimal): -7353090 or 16698511. OLE color: 16698511.

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

Color convert

RGB143204254-
CMYK0.440.2000.00
HSL207.03º98.23%77.84%-
HSV(B)207.03º43.7%99.61%-
XYZ50.8156.18101.93-
YUV191.46163.2993.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.79%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=23.79%
G=33.94%
B=42.26%

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
Decimal1432042540.440.2000.00207.0398.2377.84
Hex8FCCFE2C1400cf624e
Octal217314376542400317142116
Binary10001111110011001111111010110010100001100111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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