Html Css Color HEX #8AABCF Polo Blue

📋 copy color: '#8AABCF'

red 138 ◦ green 171 ◦ blue 207

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

Shades of Polo Blue #8AABCF

Tints of Polo Blue #8AABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.14%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 26.74%
G = 33.14%
B = 40.12%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8AABCF (or 0x8AABCF) is known color: Polo Blue. HEX triplet: 8A, AB and CF. RGB value is (138,171,207). Sum of RGB (Red+Green+Blue) = 138+171+207=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #8AABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABCF is #755430. Grayscale: #A5A5A5. Windows color (decimal): -7689265 or 13609866. OLE color: 13609866.

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

Color convert

RGB 138 171 207 -
CMYK 0.33 0.17 0 0.19
HSL 211.3º 0.42% 0.68% -
HSV(B) 211.3º 0.33% 0.81% -
XYZ 36.31 39.03 64.65 -
YUV 165.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 138 171 207 0.33 0.17 0 0.19 211.3 0.42 0.68
Hex 8A AB CF 21 11 0 13 D3 2A 44
Octal 212 253 317 41 21 0 23 323 52 104
Binary 10001010 10101011 11001111 100001 10001 0 10011 11010011 101010 1000100

Color Harmonies of #8AABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABCF

Black with #8AABCF

Text Example


Text Example

White with #8AABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,171,207); }

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

background-color css

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

 a { background-color: rgb(138,171,207); }

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

border-color css

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

 span { border-color: rgb(138,171,207); }

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