Html Css Color HEX #8AA5C2 Polo Blue

📋 copy color: '#8AA5C2'

red 138 ◦ green 165 ◦ blue 194

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

Shades of Polo Blue #8AA5C2

Tints of Polo Blue #8AA5C2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.2%

 BLUE value IS 194 (76.17% from 255) = 39.03%

R = 27.77%
G = 33.2%
B = 39.03%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8AA5C2 (or 0x8AA5C2) is known color: Polo Blue. HEX triplet: 8A, A5 and C2. RGB value is (138,165,194). Sum of RGB (Red+Green+Blue) = 138+165+194=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #8AA5C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5C2 is #755A3D. Grayscale: #A0A0A0. Windows color (decimal): -7690814 or 12756362. OLE color: 12756362.

HSL color Cylindrical-coordinate representation of color #8AA5C2: hue angle of 211.07º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AA5C2 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 165 194 -
CMYK 0.29 0.15 0 0.24
HSL 211.07º 0.31% 0.65% -
HSV(B) 211.07º 0.29% 0.76% -
XYZ 33.67 36.21 56.25 -
YUV 160.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 138 165 194 0.29 0.15 0 0.24 211.07 0.31 0.65
Hex 8A A5 C2 1D F 0 18 D3 1F 41
Octal 212 245 302 35 17 0 30 323 37 101
Binary 10001010 10100101 11000010 11101 1111 0 11000 11010011 11111 1000001

Color Harmonies of #8AA5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA5C2

Black with #8AA5C2

Text Example


Text Example

White with #8AA5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,194); }

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

background-color css

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

 a { background-color: rgb(138,165,194); }

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

border-color css

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

 span { border-color: rgb(138,165,194); }

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