Html Css Color HEX #8EAED0 Polo Blue

📋 copy color: '#8EAED0'

red 142 ◦ green 174 ◦ blue 208

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

Shades of Polo Blue #8EAED0

Tints of Polo Blue #8EAED0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.21%

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 27.1%
G = 33.21%
B = 39.69%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8EAED0 (or 0x8EAED0) is known color: Polo Blue. HEX triplet: 8E, AE and D0. RGB value is (142,174,208). Sum of RGB (Red+Green+Blue) = 142+174+208=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #8EAED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAED0 is #71512F. Grayscale: #A8A8A8. Windows color (decimal): -7426352 or 13676174. OLE color: 13676174.

HSL color Cylindrical-coordinate representation of color #8EAED0: hue angle of 210.91º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EAED0 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 174 208 -
CMYK 0.32 0.16 0 0.18
HSL 210.91º 0.41% 0.69% -
HSV(B) 210.91º 0.32% 0.82% -
XYZ 37.68 40.58 65.52 -
YUV 168.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 142 174 208 0.32 0.16 0 0.18 210.91 0.41 0.69
Hex 8E AE D0 20 10 0 12 D3 29 45
Octal 216 256 320 40 20 0 22 323 51 105
Binary 10001110 10101110 11010000 100000 10000 0 10010 11010011 101001 1000101

Color Harmonies of #8EAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAED0

Black with #8EAED0

Text Example


Text Example

White with #8EAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,174,208); }

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

background-color css

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

 a { background-color: rgb(142,174,208); }

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

border-color css

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

 span { border-color: rgb(142,174,208); }

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