Html Css Color HEX #93B2DC Polo Blue

📋 copy color: '#93B2DC'

red 147 ◦ green 178 ◦ blue 220

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

Shades of Polo Blue #93B2DC

Tints of Polo Blue #93B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.66%

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 26.97%
G = 32.66%
B = 40.37%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93B2DC (or 0x93B2DC) is known color: Polo Blue. HEX triplet: 93, B2 and DC. RGB value is (147,178,220). Sum of RGB (Red+Green+Blue) = 147+178+220=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #93B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2DC is #6C4D23. Grayscale: #ADADAD. Windows color (decimal): -7097636 or 14463635. OLE color: 14463635.

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

Color convert

RGB 147 178 220 -
CMYK 0.33 0.19 0 0.14
HSL 214.52º 0.51% 0.72% -
HSV(B) 214.52º 0.33% 0.86% -
XYZ 40.87 43.21 73.9 -
YUV 173.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 147 178 220 0.33 0.19 0 0.14 214.52 0.51 0.72
Hex 93 B2 DC 21 13 0 E D7 33 48
Octal 223 262 334 41 23 0 16 327 63 110
Binary 10010011 10110010 11011100 100001 10011 0 1110 11010111 110011 1001000

Color Harmonies of #93B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B2DC

Black with #93B2DC

Text Example


Text Example

White with #93B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,178,220); }

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

background-color css

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

 a { background-color: rgb(147,178,220); }

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

border-color css

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

 span { border-color: rgb(147,178,220); }

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