Html Css Color HEX #8EABD2 Polo Blue

📋 copy color: '#8EABD2'

red 142 ◦ green 171 ◦ blue 210

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

Shades of Polo Blue #8EABD2

Tints of Polo Blue #8EABD2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.7%

 BLUE value IS 210 (82.42% from 255) = 40.15%

R = 27.15%
G = 32.7%
B = 40.15%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8EABD2 (or 0x8EABD2) is known color: Polo Blue. HEX triplet: 8E, AB and D2. RGB value is (142,171,210). Sum of RGB (Red+Green+Blue) = 142+171+210=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #8EABD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABD2 is #71542D. Grayscale: #A6A6A6. Windows color (decimal): -7427118 or 13806478. OLE color: 13806478.

HSL color Cylindrical-coordinate representation of color #8EABD2: hue angle of 214.41º degrees, saturation: 0.43, 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 #8EABD2 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 171 210 -
CMYK 0.32 0.19 0 0.18
HSL 214.41º 0.43% 0.69% -
HSV(B) 214.41º 0.32% 0.82% -
XYZ 37.35 39.53 66.63 -
YUV 166.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 142 171 210 0.32 0.19 0 0.18 214.41 0.43 0.69
Hex 8E AB D2 20 13 0 12 D6 2B 45
Octal 216 253 322 40 23 0 22 326 53 105
Binary 10001110 10101011 11010010 100000 10011 0 10010 11010110 101011 1000101

Color Harmonies of #8EABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABD2

Black with #8EABD2

Text Example


Text Example

White with #8EABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,171,210); }

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

background-color css

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

 a { background-color: rgb(142,171,210); }

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

border-color css

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

 span { border-color: rgb(142,171,210); }

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