Html Css Color HEX #93ADDF Polo Blue

📋 copy color: '#93ADDF'

red 147 ◦ green 173 ◦ blue 223

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

Shades of Polo Blue #93ADDF

Tints of Polo Blue #93ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 27.07%
G = 31.86%
B = 41.07%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93ADDF (or 0x93ADDF) is known color: Polo Blue. HEX triplet: 93, AD and DF. RGB value is (147,173,223). Sum of RGB (Red+Green+Blue) = 147+173+223=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #93ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADDF is #6C5220. Grayscale: #AAAAAA. Windows color (decimal): -7098913 or 14658963. OLE color: 14658963.

HSL color Cylindrical-coordinate representation of color #93ADDF: hue angle of 219.47º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93ADDF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 173 223 -
CMYK 0.34 0.22 0 0.13
HSL 219.47º 0.54% 0.73% -
HSV(B) 219.47º 0.34% 0.87% -
XYZ 40.3 41.42 75.68 -
YUV 170.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 147 173 223 0.34 0.22 0 0.13 219.47 0.54 0.73
Hex 93 AD DF 22 16 0 D DB 36 49
Octal 223 255 337 42 26 0 15 333 66 111
Binary 10010011 10101101 11011111 100010 10110 0 1101 11011011 110110 1001001

Color Harmonies of #93ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADDF

Black with #93ADDF

Text Example


Text Example

White with #93ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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