#8EB7FD

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

Shades of Light Sky Blue #8EB7FD

Tints of Light Sky Blue #8EB7FD

Color information

#8EB7FD (or 0x8EB7FD) is unknown color: approx Light Sky Blue. HEX triplet: 8E, B7 and FD. RGB value is (142,183,253). Sum of RGB (Red+Green+Blue) = 142+183+253=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EB7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB7FD is #714802. Grayscale: #B2B2B2. Windows color (decimal): -7424003 or 16627598. OLE color: 16627598.

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

Color convert

RGB142183253-
CMYK0.440.2800.01
HSL217.84º96.52%77.45%-
HSV(B)217.84º43.87%99.22%-
XYZ45.8246.7199.53-
YUV178.72169.92101.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.57%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=24.57%
G=31.66%
B=43.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421832530.440.2800.01217.8496.5277.45
Hex8EB7FD2C1C01da614d
Octal216267375543401332141115
Binary10001110101101111111110110110011100011101101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,183,253); }

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

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

 a { background-color: rgb(142,183,253); }

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

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

 span { border-color: rgb(142,183,253); }

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