Html Css Color HEX #93B0DB Polo Blue

📋 copy color: '#93B0DB'

red 147 ◦ green 176 ◦ blue 219

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

Shades of Polo Blue #93B0DB

Tints of Polo Blue #93B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.47%

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

R = 27.12%
G = 32.47%
B = 40.41%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93B0DB (or 0x93B0DB) is known color: Polo Blue. HEX triplet: 93, B0 and DB. RGB value is (147,176,219). Sum of RGB (Red+Green+Blue) = 147+176+219=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #93B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0DB is #6C4F24. Grayscale: #ACACAC. Windows color (decimal): -7098149 or 14397587. OLE color: 14397587.

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

Color convert

RGB 147 176 219 -
CMYK 0.33 0.20 0 0.14
HSL 215.83º 0.5% 0.72% -
HSV(B) 215.83º 0.33% 0.86% -
XYZ 40.34 42.37 73.07 -
YUV 172.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 147 176 219 0.33 0.20 0 0.14 215.83 0.5 0.72
Hex 93 B0 DB 21 14 0 E D8 32 48
Octal 223 260 333 41 24 0 16 330 62 110
Binary 10010011 10110000 11011011 100001 10100 0 1110 11011000 110010 1001000

Color Harmonies of #93B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B0DB

Black with #93B0DB

Text Example


Text Example

White with #93B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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