Html Css Color HEX #93ABDB Polo Blue

📋 copy color: '#93ABDB'

red 147 ◦ green 171 ◦ blue 219

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

Shades of Polo Blue #93ABDB

Tints of Polo Blue #93ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

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

R = 27.37%
G = 31.84%
B = 40.78%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93ABDB (or 0x93ABDB) is known color: Polo Blue. HEX triplet: 93, AB and DB. RGB value is (147,171,219). Sum of RGB (Red+Green+Blue) = 147+171+219=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #93ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABDB is #6C5424. Grayscale: #A9A9A9. Windows color (decimal): -7099429 or 14396307. OLE color: 14396307.

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

Color convert

RGB 147 171 219 -
CMYK 0.33 0.22 0 0.14
HSL 220º 0.5% 0.72% -
HSV(B) 220º 0.33% 0.86% -
XYZ 39.38 40.44 72.75 -
YUV 169.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 147 171 219 0.33 0.22 0 0.14 220 0.5 0.72
Hex 93 AB DB 21 16 0 E DC 32 48
Octal 223 253 333 41 26 0 16 334 62 110
Binary 10010011 10101011 11011011 100001 10110 0 1110 11011100 110010 1001000

Color Harmonies of #93ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABDB

Black with #93ABDB

Text Example


Text Example

White with #93ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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