Html Css Color HEX #8AACCD Polo Blue

📋 copy color: '#8AACCD'

red 138 ◦ green 172 ◦ blue 205

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

Shades of Polo Blue #8AACCD

Tints of Polo Blue #8AACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 26.8%
G = 33.4%
B = 39.81%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8AACCD (or 0x8AACCD) is known color: Polo Blue. HEX triplet: 8A, AC and CD. RGB value is (138,172,205). Sum of RGB (Red+Green+Blue) = 138+172+205=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACCD is #755332. Grayscale: #A5A5A5. Windows color (decimal): -7689011 or 13479050. OLE color: 13479050.

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

Color convert

RGB 138 172 205 -
CMYK 0.33 0.16 0 0.20
HSL 209.55º 0.4% 0.67% -
HSV(B) 209.55º 0.33% 0.8% -
XYZ 36.25 39.32 63.44 -
YUV 165.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 138 172 205 0.33 0.16 0 0.20 209.55 0.4 0.67
Hex 8A AC CD 21 10 0 14 D2 28 43
Octal 212 254 315 41 20 0 24 322 50 103
Binary 10001010 10101100 11001101 100001 10000 0 10100 11010010 101000 1000011

Color Harmonies of #8AACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACCD

Black with #8AACCD

Text Example


Text Example

White with #8AACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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