Html Css Color HEX #93ADCD Polo Blue

📋 copy color: '#93ADCD'

red 147 ◦ green 173 ◦ blue 205

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

Shades of Polo Blue #93ADCD

Tints of Polo Blue #93ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 28%
G = 32.95%
B = 39.05%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#93ADCD (or 0x93ADCD) is known color: Polo Blue. HEX triplet: 93, AD and CD. RGB value is (147,173,205). Sum of RGB (Red+Green+Blue) = 147+173+205=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #93ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADCD is #6C5232. Grayscale: #A8A8A8. Windows color (decimal): -7098931 or 13479315. OLE color: 13479315.

HSL color Cylindrical-coordinate representation of color #93ADCD: hue angle of 213.1º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93ADCD is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 173 205 -
CMYK 0.28 0.16 0 0.20
HSL 213.1º 0.37% 0.69% -
HSV(B) 213.1º 0.28% 0.8% -
XYZ 38 40.5 63.57 -
YUV 168.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 147 173 205 0.28 0.16 0 0.20 213.1 0.37 0.69
Hex 93 AD CD 1C 10 0 14 D5 25 45
Octal 223 255 315 34 20 0 24 325 45 105
Binary 10010011 10101101 11001101 11100 10000 0 10100 11010101 100101 1000101

Color Harmonies of #93ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADCD

Black with #93ADCD

Text Example


Text Example

White with #93ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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