Html Css Color HEX #93ACDD Polo Blue

📋 copy color: '#93ACDD'

red 147 ◦ green 172 ◦ blue 221

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

Shades of Polo Blue #93ACDD

Tints of Polo Blue #93ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.85%

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

R = 27.22%
G = 31.85%
B = 40.93%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93ACDD (or 0x93ACDD) is known color: Polo Blue. HEX triplet: 93, AC and DD. RGB value is (147,172,221). Sum of RGB (Red+Green+Blue) = 147+172+221=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #93ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACDD is #6C5322. Grayscale: #A9A9A9. Windows color (decimal): -7099171 or 14527635. OLE color: 14527635.

HSL color Cylindrical-coordinate representation of color #93ACDD: hue angle of 219.73º 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 #93ACDD is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 172 221 -
CMYK 0.33 0.22 0 0.13
HSL 219.73º 0.52% 0.72% -
HSV(B) 219.73º 0.33% 0.87% -
XYZ 39.84 40.93 74.21 -
YUV 170.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 147 172 221 0.33 0.22 0 0.13 219.73 0.52 0.72
Hex 93 AC DD 21 16 0 D DC 34 48
Octal 223 254 335 41 26 0 15 334 64 110
Binary 10010011 10101100 11011101 100001 10110 0 1101 11011100 110100 1001000

Color Harmonies of #93ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ACDD

Black with #93ACDD

Text Example


Text Example

White with #93ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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