#8EA8FD

Color #8EA8FD Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #8EA8FD

Tints of Perano #8EA8FD

Color information

#8EA8FD (or 0x8EA8FD) is unknown color: approx Perano. HEX triplet: 8E, A8 and FD. RGB value is (142,168,253). Sum of RGB (Red+Green+Blue) = 142+168+253=563 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.22% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EA8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA8FD is #715702. Grayscale: #A9A9A9. Windows color (decimal): -7427843 or 16623758. OLE color: 16623758.

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

Color convert

RGB142168253-
CMYK0.440.3400.01
HSL225.95º96.52%77.45%-
HSV(B)225.95º43.87%99.22%-
XYZ42.8940.8598.55-
YUV169.92174.89108.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.22%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=25.22%
G=29.84%
B=44.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421682530.440.3400.01225.9596.5277.45
Hex8EA8FD2C2201e2614d
Octal216250375544201342141115
Binary100011101010100011111101101100100010011110001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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