Html Css Color HEX #8EAAD5 Polo Blue

📋 copy color: '#8EAAD5'

red 142 ◦ green 170 ◦ blue 213

#8EAAD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #8EAAD5

Tints of Polo Blue #8EAAD5

RGB

 RED value IS 142 (55.86% from 255) = 27.05%

 GREEN value IS 170 (66.8% from 255) = 32.38%

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 27.05%
G = 32.38%
B = 40.57%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8EAAD5 (or 0x8EAAD5) is known color: Polo Blue. HEX triplet: 8E, AA and D5. RGB value is (142,170,213). Sum of RGB (Red+Green+Blue) = 142+170+213=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #8EAAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAD5 is #71552A. Grayscale: #A6A6A6. Windows color (decimal): -7427371 or 14002830. OLE color: 14002830.

HSL color Cylindrical-coordinate representation of color #8EAAD5: hue angle of 216.34º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EAAD5 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 170 213 -
CMYK 0.33 0.20 0 0.16
HSL 216.34º 0.46% 0.7% -
HSV(B) 216.34º 0.33% 0.84% -
XYZ 37.54 39.3 68.56 -
YUV 166.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 142 170 213 0.33 0.20 0 0.16 216.34 0.46 0.7
Hex 8E AA D5 21 14 0 10 D8 2E 46
Octal 216 252 325 41 24 0 20 330 56 106
Binary 10001110 10101010 11010101 100001 10100 0 10000 11011000 101110 1000110

Color Harmonies of #8EAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAAD5

Black with #8EAAD5

Text Example


Text Example

White with #8EAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,170,213); }

 H1.HeaderClassName
 {
   color: #8EAAD5;
 }
 .AnyTagClassName
 {
   color: #8EAAD5;
 }
</style>

background-color css

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

 a { background-color: rgb(142,170,213); }

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

border-color css

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

 span { border-color: rgb(142,170,213); }

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