#8FBEFD

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

Shades of Light Sky Blue #8FBEFD

Tints of Light Sky Blue #8FBEFD

Color information

#8FBEFD (or 0x8FBEFD) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BE and FD. RGB value is (143,190,253). Sum of RGB (Red+Green+Blue) = 143+190+253=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBEFD is #704102. Grayscale: #B6B6B6. Windows color (decimal): -7356675 or 16629391. OLE color: 16629391.

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

Color convert

RGB143190253-
CMYK0.430.2500.01
HSL214.36º96.49%77.65%-
HSV(B)214.36º43.48%99.22%-
XYZ47.4749.76100.03-
YUV183.13167.4399.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.40%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=24.40%
G=32.42%
B=43.17%

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
Decimal1431902530.430.2500.01214.3696.4977.65
Hex8FBEFD2B1901d6604e
Octal217276375533101326140116
Binary10001111101111101111110110101111001011101011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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