Html Css Color HEX #8AA4D0 Polo Blue

📋 copy color: '#8AA4D0'

red 138 ◦ green 164 ◦ blue 208

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

Shades of Polo Blue #8AA4D0

Tints of Polo Blue #8AA4D0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.16%

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

R = 27.06%
G = 32.16%
B = 40.78%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8AA4D0 (or 0x8AA4D0) is known color: Polo Blue. HEX triplet: 8A, A4 and D0. RGB value is (138,164,208). Sum of RGB (Red+Green+Blue) = 138+164+208=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #8AA4D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4D0 is #755B2F. Grayscale: #A1A1A1. Windows color (decimal): -7691056 or 13673610. OLE color: 13673610.

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

Color convert

RGB 138 164 208 -
CMYK 0.34 0.21 0 0.18
HSL 217.71º 0.43% 0.68% -
HSV(B) 217.71º 0.34% 0.82% -
XYZ 35.14 36.51 64.87 -
YUV 161.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 138 164 208 0.34 0.21 0 0.18 217.71 0.43 0.68
Hex 8A A4 D0 22 15 0 12 DA 2B 44
Octal 212 244 320 42 25 0 22 332 53 104
Binary 10001010 10100100 11010000 100010 10101 0 10010 11011010 101011 1000100

Color Harmonies of #8AA4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA4D0

Black with #8AA4D0

Text Example


Text Example

White with #8AA4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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