Html Css Color HEX #93ADDC Polo Blue

📋 copy color: '#93ADDC'

red 147 ◦ green 173 ◦ blue 220

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

Shades of Polo Blue #93ADDC

Tints of Polo Blue #93ADDC

RGB

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

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

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

R = 27.22%
G = 32.04%
B = 40.74%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93ADDC (or 0x93ADDC) is known color: Polo Blue. HEX triplet: 93, AD and DC. RGB value is (147,173,220). Sum of RGB (Red+Green+Blue) = 147+173+220=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #93ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADDC is #6C5223. Grayscale: #AAAAAA. Windows color (decimal): -7098916 or 14462355. OLE color: 14462355.

HSL color Cylindrical-coordinate representation of color #93ADDC: hue angle of 218.63º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93ADDC is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 173 220 -
CMYK 0.33 0.21 0 0.14
HSL 218.63º 0.51% 0.72% -
HSV(B) 218.63º 0.33% 0.86% -
XYZ 39.89 41.26 73.57 -
YUV 170.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 147 173 220 0.33 0.21 0 0.14 218.63 0.51 0.72
Hex 93 AD DC 21 15 0 E DB 33 48
Octal 223 255 334 41 25 0 16 333 63 110
Binary 10010011 10101101 11011100 100001 10101 0 1110 11011011 110011 1001000

Color Harmonies of #93ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADDC

Black with #93ADDC

Text Example


Text Example

White with #93ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,173,220); }

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

background-color css

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

 a { background-color: rgb(147,173,220); }

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

border-color css

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

 span { border-color: rgb(147,173,220); }

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