Html Css Color HEX #8AAED6 Polo Blue

📋 copy color: '#8AAED6'

red 138 ◦ green 174 ◦ blue 214

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

Shades of Polo Blue #8AAED6

Tints of Polo Blue #8AAED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.68%

R = 26.24%
G = 33.08%
B = 40.68%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8AAED6 (or 0x8AAED6) is known color: Polo Blue. HEX triplet: 8A, AE and D6. RGB value is (138,174,214). Sum of RGB (Red+Green+Blue) = 138+174+214=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #8AAED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAED6 is #755129. Grayscale: #A7A7A7. Windows color (decimal): -7688490 or 14069386. OLE color: 14069386.

HSL color Cylindrical-coordinate representation of color #8AAED6: hue angle of 211.58º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AAED6 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 174 214 -
CMYK 0.36 0.19 0 0.16
HSL 211.58º 0.48% 0.69% -
HSV(B) 211.58º 0.36% 0.84% -
XYZ 37.75 40.53 69.45 -
YUV 167.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 138 174 214 0.36 0.19 0 0.16 211.58 0.48 0.69
Hex 8A AE D6 24 13 0 10 D4 30 45
Octal 212 256 326 44 23 0 20 324 60 105
Binary 10001010 10101110 11010110 100100 10011 0 10000 11010100 110000 1000101

Color Harmonies of #8AAED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAED6

Black with #8AAED6

Text Example


Text Example

White with #8AAED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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