#8FBEFF

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

Shades of Light Sky Blue #8FBEFF

Tints of Light Sky Blue #8FBEFF

Color information

#8FBEFF (or 0x8FBEFF) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BE and FF. RGB value is (143,190,255). Sum of RGB (Red+Green+Blue) = 143+190+255=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FBEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBEFF is #704100. Grayscale: #B7B7B7. Windows color (decimal): -7356673 or 16760463. OLE color: 16760463.

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

Color convert

RGB143190255-
CMYK0.440.2500
HSL214.82º100%78.04%-
HSV(B)214.82º43.92%100%-
XYZ47.7949.89101.72-
YUV183.36168.4399.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.32%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 255 (100% from 255) = 43.37%
R=24.32%
G=32.31%
B=43.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431902550.440.2500214.8210078.04
Hex8FBEFF2C1900d7644e
Octal217276377543100327144116
Binary10001111101111101111111110110011001001101011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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