Html Css Color HEX #93ADD6 Polo Blue

📋 copy color: '#93ADD6'

red 147 ◦ green 173 ◦ blue 214

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

Shades of Polo Blue #93ADD6

Tints of Polo Blue #93ADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.07%

R = 27.53%
G = 32.4%
B = 40.07%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#93ADD6 (or 0x93ADD6) is known color: Polo Blue. HEX triplet: 93, AD and D6. RGB value is (147,173,214). Sum of RGB (Red+Green+Blue) = 147+173+214=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #93ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADD6 is #6C5229. Grayscale: #A9A9A9. Windows color (decimal): -7098922 or 14069139. OLE color: 14069139.

HSL color Cylindrical-coordinate representation of color #93ADD6: hue angle of 216.72º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93ADD6 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 173 214 -
CMYK 0.31 0.19 0 0.16
HSL 216.72º 0.45% 0.71% -
HSV(B) 216.72º 0.31% 0.84% -
XYZ 39.11 40.95 69.46 -
YUV 169.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 147 173 214 0.31 0.19 0 0.16 216.72 0.45 0.71
Hex 93 AD D6 1F 13 0 10 D9 2D 47
Octal 223 255 326 37 23 0 20 331 55 107
Binary 10010011 10101101 11010110 11111 10011 0 10000 11011001 101101 1000111

Color Harmonies of #93ADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADD6

Black with #93ADD6

Text Example


Text Example

White with #93ADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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