Html Css Color HEX #8AAED0 Polo Blue

📋 copy color: '#8AAED0'

red 138 ◦ green 174 ◦ blue 208

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

Shades of Polo Blue #8AAED0

Tints of Polo Blue #8AAED0

RGB

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

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

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

R = 26.54%
G = 33.46%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8AAED0 (or 0x8AAED0) is known color: Polo Blue. HEX triplet: 8A, AE and D0. RGB value is (138,174,208). Sum of RGB (Red+Green+Blue) = 138+174+208=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #8AAED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAED0 is #75512F. Grayscale: #A6A6A6. Windows color (decimal): -7688496 or 13676170. OLE color: 13676170.

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

Color convert

RGB 138 174 208 -
CMYK 0.34 0.16 0 0.18
HSL 209.14º 0.43% 0.68% -
HSV(B) 209.14º 0.34% 0.82% -
XYZ 37 40.23 65.49 -
YUV 167.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 138 174 208 0.34 0.16 0 0.18 209.14 0.43 0.68
Hex 8A AE D0 22 10 0 12 D1 2B 44
Octal 212 256 320 42 20 0 22 321 53 104
Binary 10001010 10101110 11010000 100010 10000 0 10010 11010001 101011 1000100

Color Harmonies of #8AAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAED0

Black with #8AAED0

Text Example


Text Example

White with #8AAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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