#8FCFF4

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

Shades of Light Sky Blue #8FCFF4

Tints of Light Sky Blue #8FCFF4

Color information

#8FCFF4 (or 0x8FCFF4) is unknown color: approx Light Sky Blue. HEX triplet: 8F, CF and F4. RGB value is (143,207,244). Sum of RGB (Red+Green+Blue) = 143+207+244=594 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.07% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 244 (95.70% from 255 or 41.08% from 594); Max value from RGB is 244 - color contains mainly: blue. Hex color #8FCFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFF4 is #70300B. Grayscale: #BFBFBF. Windows color (decimal): -7352332 or 16043919. OLE color: 16043919.

HSL color Cylindrical-coordinate representation of color #8FCFF4: hue angle of 201.98º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FCFF4 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB143207244-
CMYK0.410.1500.04
HSL201.98º82.11%75.88%-
HSV(B)201.98º41.39%95.69%-
XYZ49.975793.96-
YUV192.08157.392.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.07%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 244 (95.70% from 255) = 41.08%
R=24.07%
G=34.85%
B=41.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432072440.410.1500.04201.9882.1175.88
Hex8FCFF429F04ca524c
Octal217317364511704312122114
Binary100011111100111111110100101001111101001100101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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