Html Css Color HEX #93AADD Polo Blue

📋 copy color: '#93AADD'

red 147 ◦ green 170 ◦ blue 221

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

Shades of Polo Blue #93AADD

Tints of Polo Blue #93AADD

RGB

 RED value IS 147 (57.81% from 255) = 27.32%

 GREEN value IS 170 (66.8% from 255) = 31.6%

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 27.32%
G = 31.6%
B = 41.08%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93AADD (or 0x93AADD) is known color: Polo Blue. HEX triplet: 93, AA and DD. RGB value is (147,170,221). Sum of RGB (Red+Green+Blue) = 147+170+221=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #93AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AADD is #6C5522. Grayscale: #A8A8A8. Windows color (decimal): -7099683 or 14527123. OLE color: 14527123.

HSL color Cylindrical-coordinate representation of color #93AADD: hue angle of 221.35º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93AADD is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 170 221 -
CMYK 0.33 0.23 0 0.13
HSL 221.35º 0.52% 0.72% -
HSV(B) 221.35º 0.33% 0.87% -
XYZ 39.46 40.17 74.08 -
YUV 168.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 147 170 221 0.33 0.23 0 0.13 221.35 0.52 0.72
Hex 93 AA DD 21 17 0 D DD 34 48
Octal 223 252 335 41 27 0 15 335 64 110
Binary 10010011 10101010 11011101 100001 10111 0 1101 11011101 110100 1001000

Color Harmonies of #93AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AADD

Black with #93AADD

Text Example


Text Example

White with #93AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AADD; }

 p { color: rgb(147,170,221); }

 H1.HeaderClassName
 {
   color: #93AADD;
 }
 .AnyTagClassName
 {
   color: #93AADD;
 }
</style>

background-color css

<style>
 a { background-color: #93AADD; }

 a { background-color: rgb(147,170,221); }

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

border-color css

<style>
 span { border-color: #93AADD; }

 span { border-color: rgb(147,170,221); }

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