Html Css Color HEX #8AA0CB Polo Blue

📋 copy color: '#8AA0CB'

red 138 ◦ green 160 ◦ blue 203

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

Shades of Polo Blue #8AA0CB

Tints of Polo Blue #8AA0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.94%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 27.54%
G = 31.94%
B = 40.52%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8AA0CB (or 0x8AA0CB) is known color: Polo Blue. HEX triplet: 8A, A0 and CB. RGB value is (138,160,203). Sum of RGB (Red+Green+Blue) = 138+160+203=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA0CB is #755F34. Grayscale: #9E9E9E. Windows color (decimal): -7692085 or 13344906. OLE color: 13344906.

HSL color Cylindrical-coordinate representation of color #8AA0CB: hue angle of 219.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA0CB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 160 203 -
CMYK 0.32 0.21 0 0.20
HSL 219.69º 0.38% 0.67% -
HSV(B) 219.69º 0.32% 0.8% -
XYZ 33.83 34.86 61.44 -
YUV 158.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 138 160 203 0.32 0.21 0 0.20 219.69 0.38 0.67
Hex 8A A0 CB 20 15 0 14 DC 26 43
Octal 212 240 313 40 25 0 24 334 46 103
Binary 10001010 10100000 11001011 100000 10101 0 10100 11011100 100110 1000011

Color Harmonies of #8AA0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA0CB

Black with #8AA0CB

Text Example


Text Example

White with #8AA0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,160,203); }

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

background-color css

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

 a { background-color: rgb(138,160,203); }

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

border-color css

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

 span { border-color: rgb(138,160,203); }

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