Html Css Color HEX #8AAED2 Polo Blue

📋 copy color: '#8AAED2'

red 138 ◦ green 174 ◦ blue 210

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

Shades of Polo Blue #8AAED2

Tints of Polo Blue #8AAED2

RGB

 RED value IS 138 (54.3% from 255) = 26.44%

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

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

R = 26.44%
G = 33.33%
B = 40.23%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8AAED2 (or 0x8AAED2) is known color: Polo Blue. HEX triplet: 8A, AE and D2. RGB value is (138,174,210). Sum of RGB (Red+Green+Blue) = 138+174+210=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #8AAED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAED2 is #75512D. Grayscale: #A7A7A7. Windows color (decimal): -7688494 or 13807242. OLE color: 13807242.

HSL color Cylindrical-coordinate representation of color #8AAED2: hue angle of 210º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AAED2 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 174 210 -
CMYK 0.34 0.17 0 0.18
HSL 210º 0.44% 0.68% -
HSV(B) 210º 0.34% 0.82% -
XYZ 37.25 40.33 66.79 -
YUV 167.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 138 174 210 0.34 0.17 0 0.18 210 0.44 0.68
Hex 8A AE D2 22 11 0 12 D2 2C 44
Octal 212 256 322 42 21 0 22 322 54 104
Binary 10001010 10101110 11010010 100010 10001 0 10010 11010010 101100 1000100

Color Harmonies of #8AAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAED2

Black with #8AAED2

Text Example


Text Example

White with #8AAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,210); }

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

background-color css

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

 a { background-color: rgb(138,174,210); }

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

border-color css

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

 span { border-color: rgb(138,174,210); }

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