Html Css Color HEX #8AADDB Polo Blue

📋 copy color: '#8AADDB'

red 138 ◦ green 173 ◦ blue 219

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

Shades of Polo Blue #8AADDB

Tints of Polo Blue #8AADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.64%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 26.04%
G = 32.64%
B = 41.32%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AADDB (or 0x8AADDB) is known color: Polo Blue. HEX triplet: 8A, AD and DB. RGB value is (138,173,219). Sum of RGB (Red+Green+Blue) = 138+173+219=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADDB is #755224. Grayscale: #A7A7A7. Windows color (decimal): -7688741 or 14396810. OLE color: 14396810.

HSL color Cylindrical-coordinate representation of color #8AADDB: hue angle of 214.07º degrees, saturation: 0.53, 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 #8AADDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 173 219 -
CMYK 0.37 0.21 0 0.14
HSL 214.07º 0.53% 0.7% -
HSV(B) 214.07º 0.37% 0.86% -
XYZ 38.21 40.4 72.8 -
YUV 167.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 138 173 219 0.37 0.21 0 0.14 214.07 0.53 0.7
Hex 8A AD DB 25 15 0 E D6 35 46
Octal 212 255 333 45 25 0 16 326 65 106
Binary 10001010 10101101 11011011 100101 10101 0 1110 11010110 110101 1000110

Color Harmonies of #8AADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADDB

Black with #8AADDB

Text Example


Text Example

White with #8AADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,173,219); }

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

background-color css

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

 a { background-color: rgb(138,173,219); }

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

border-color css

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

 span { border-color: rgb(138,173,219); }

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