Html Css Color HEX #8AACDC Polo Blue

📋 copy color: '#8AACDC'

red 138 ◦ green 172 ◦ blue 220

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

Shades of Polo Blue #8AACDC

Tints of Polo Blue #8AACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.45%

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 26.04%
G = 32.45%
B = 41.51%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AACDC (or 0x8AACDC) is known color: Polo Blue. HEX triplet: 8A, AC and DC. RGB value is (138,172,220). Sum of RGB (Red+Green+Blue) = 138+172+220=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACDC is #755323. Grayscale: #A7A7A7. Windows color (decimal): -7688996 or 14462090. OLE color: 14462090.

HSL color Cylindrical-coordinate representation of color #8AACDC: hue angle of 215.12º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AACDC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 172 220 -
CMYK 0.37 0.22 0 0.14
HSL 215.12º 0.54% 0.7% -
HSV(B) 215.12º 0.37% 0.86% -
XYZ 38.15 40.08 73.43 -
YUV 167.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 138 172 220 0.37 0.22 0 0.14 215.12 0.54 0.7
Hex 8A AC DC 25 16 0 E D7 36 46
Octal 212 254 334 45 26 0 16 327 66 106
Binary 10001010 10101100 11011100 100101 10110 0 1110 11010111 110110 1000110

Color Harmonies of #8AACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACDC

Black with #8AACDC

Text Example


Text Example

White with #8AACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,172,220); }

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

background-color css

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

 a { background-color: rgb(138,172,220); }

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

border-color css

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

 span { border-color: rgb(138,172,220); }

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