#8FBEFC

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

Shades of Light Sky Blue #8FBEFC

Tints of Light Sky Blue #8FBEFC

Color information

#8FBEFC (or 0x8FBEFC) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BE and FC. RGB value is (143,190,252). Sum of RGB (Red+Green+Blue) = 143+190+252=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBEFC is #704103. Grayscale: #B6B6B6. Windows color (decimal): -7356676 or 16563855. OLE color: 16563855.

HSL color Cylindrical-coordinate representation of color #8FBEFC: hue angle of 214.13º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FBEFC is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143190252-
CMYK0.430.2500.01
HSL214.13º94.78%77.45%-
HSV(B)214.13º43.25%98.82%-
XYZ47.3149.6999.19-
YUV183.02166.9399.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.44%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=24.44%
G=32.48%
B=43.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431902520.430.2500.01214.1394.7877.45
Hex8FBEFC2B1901d65f4d
Octal217276374533101326137115
Binary10001111101111101111110010101111001011101011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,190,252); }

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

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

 a { background-color: rgb(143,190,252); }

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

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

 span { border-color: rgb(143,190,252); }

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