Html Css Color HEX #93ADDB Polo Blue

📋 copy color: '#93ADDB'

red 147 ◦ green 173 ◦ blue 219

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

Shades of Polo Blue #93ADDB

Tints of Polo Blue #93ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 27.27%
G = 32.1%
B = 40.63%

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

#93ADDB (or 0x93ADDB) is known color: Polo Blue. HEX triplet: 93, AD and DB. RGB value is (147,173,219). Sum of RGB (Red+Green+Blue) = 147+173+219=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #93ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADDB is #6C5224. Grayscale: #AAAAAA. Windows color (decimal): -7098917 or 14396819. OLE color: 14396819.

HSL color Cylindrical-coordinate representation of color #93ADDB: hue angle of 218.33º degrees, saturation: 0.5, 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 #93ADDB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 173 219 -
CMYK 0.33 0.21 0 0.14
HSL 218.33º 0.5% 0.72% -
HSV(B) 218.33º 0.33% 0.86% -
XYZ 39.76 41.2 72.88 -
YUV 170.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 147 173 219 0.33 0.21 0 0.14 218.33 0.5 0.72
Hex 93 AD DB 21 15 0 E DA 32 48
Octal 223 255 333 41 25 0 16 332 62 110
Binary 10010011 10101101 11011011 100001 10101 0 1110 11011010 110010 1001000

Color Harmonies of #93ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADDB

Black with #93ADDB

Text Example


Text Example

White with #93ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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