#8EB2FF

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

Shades of Maya Blue #8EB2FF

Tints of Maya Blue #8EB2FF

Color information

#8EB2FF (or 0x8EB2FF) is unknown color: approx Maya Blue. HEX triplet: 8E, B2 and FF. RGB value is (142,178,255). Sum of RGB (Red+Green+Blue) = 142+178+255=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EB2FF is #714D00. Grayscale: #AFAFAF. Windows color (decimal): -7425281 or 16757390. OLE color: 16757390.

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

Color convert

RGB142178255-
CMYK0.440.3000
HSL220.88º100%77.84%-
HSV(B)220.88º44.31%100%-
XYZ45.1344.81100.88-
YUV176.01172.57103.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.70%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 255 (100% from 255) = 44.35%
R=24.70%
G=30.96%
B=44.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421782550.440.3000220.8810077.84
Hex8EB2FF2C1E00dd644e
Octal216262377543600335144116
Binary10001110101100101111111110110011110001101110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,178,255); }

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

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

 a { background-color: rgb(142,178,255); }

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

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

 span { border-color: rgb(142,178,255); }

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