Html Css Color HEX #93B2DF Polo Blue

📋 copy color: '#93B2DF'

red 147 ◦ green 178 ◦ blue 223

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

Shades of Polo Blue #93B2DF

Tints of Polo Blue #93B2DF

RGB

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

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

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

R = 26.82%
G = 32.48%
B = 40.69%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93B2DF (or 0x93B2DF) is known color: Polo Blue. HEX triplet: 93, B2 and DF. RGB value is (147,178,223). Sum of RGB (Red+Green+Blue) = 147+178+223=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #93B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2DF is #6C4D20. Grayscale: #ADADAD. Windows color (decimal): -7097633 or 14660243. OLE color: 14660243.

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

Color convert

RGB 147 178 223 -
CMYK 0.34 0.20 0 0.13
HSL 215.53º 0.54% 0.73% -
HSV(B) 215.53º 0.34% 0.87% -
XYZ 41.27 43.37 76.01 -
YUV 173.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 147 178 223 0.34 0.20 0 0.13 215.53 0.54 0.73
Hex 93 B2 DF 22 14 0 D D8 36 49
Octal 223 262 337 42 24 0 15 330 66 111
Binary 10010011 10110010 11011111 100010 10100 0 1101 11011000 110110 1001001

Color Harmonies of #93B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B2DF

Black with #93B2DF

Text Example


Text Example

White with #93B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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