Html Css Color HEX #8AA2CE Polo Blue

📋 copy color: '#8AA2CE'

red 138 ◦ green 162 ◦ blue 206

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

Shades of Polo Blue #8AA2CE

Tints of Polo Blue #8AA2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.02%

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 27.27%
G = 32.02%
B = 40.71%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8AA2CE (or 0x8AA2CE) is known color: Polo Blue. HEX triplet: 8A, A2 and CE. RGB value is (138,162,206). Sum of RGB (Red+Green+Blue) = 138+162+206=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA2CE is #755D31. Grayscale: #9F9F9F. Windows color (decimal): -7691570 or 13542026. OLE color: 13542026.

HSL color Cylindrical-coordinate representation of color #8AA2CE: hue angle of 218.82º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AA2CE is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 162 206 -
CMYK 0.33 0.21 0 0.19
HSL 218.82º 0.41% 0.67% -
HSV(B) 218.82º 0.33% 0.81% -
XYZ 34.54 35.7 63.46 -
YUV 159.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 138 162 206 0.33 0.21 0 0.19 218.82 0.41 0.67
Hex 8A A2 CE 21 15 0 13 DB 29 43
Octal 212 242 316 41 25 0 23 333 51 103
Binary 10001010 10100010 11001110 100001 10101 0 10011 11011011 101001 1000011

Color Harmonies of #8AA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA2CE

Black with #8AA2CE

Text Example


Text Example

White with #8AA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,162,206); }

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

background-color css

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

 a { background-color: rgb(138,162,206); }

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

border-color css

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

 span { border-color: rgb(138,162,206); }

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