Html Css Color HEX #8AADD3 Polo Blue

📋 copy color: '#8AADD3'

red 138 ◦ green 173 ◦ blue 211

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

Shades of Polo Blue #8AADD3

Tints of Polo Blue #8AADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.42%

R = 26.44%
G = 33.14%
B = 40.42%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8AADD3 (or 0x8AADD3) is known color: Polo Blue. HEX triplet: 8A, AD and D3. RGB value is (138,173,211). Sum of RGB (Red+Green+Blue) = 138+173+211=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #8AADD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADD3 is #75522C. Grayscale: #A6A6A6. Windows color (decimal): -7688749 or 13872522. OLE color: 13872522.

HSL color Cylindrical-coordinate representation of color #8AADD3: hue angle of 211.23º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AADD3 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 173 211 -
CMYK 0.35 0.18 0 0.17
HSL 211.23º 0.45% 0.68% -
HSV(B) 211.23º 0.35% 0.83% -
XYZ 37.18 39.99 67.39 -
YUV 166.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 138 173 211 0.35 0.18 0 0.17 211.23 0.45 0.68
Hex 8A AD D3 23 12 0 11 D3 2D 44
Octal 212 255 323 43 22 0 21 323 55 104
Binary 10001010 10101101 11010011 100011 10010 0 10001 11010011 101101 1000100

Color Harmonies of #8AADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADD3

Black with #8AADD3

Text Example


Text Example

White with #8AADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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