Html Css Color HEX #93B5DD Polo Blue

📋 copy color: '#93B5DD'

red 147 ◦ green 181 ◦ blue 221

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

Shades of Polo Blue #93B5DD

Tints of Polo Blue #93B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.97%

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 26.78%
G = 32.97%
B = 40.26%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93B5DD (or 0x93B5DD) is known color: Polo Blue. HEX triplet: 93, B5 and DD. RGB value is (147,181,221). Sum of RGB (Red+Green+Blue) = 147+181+221=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #93B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5DD is #6C4A22. Grayscale: #AFAFAF. Windows color (decimal): -7096867 or 14529939. OLE color: 14529939.

HSL color Cylindrical-coordinate representation of color #93B5DD: hue angle of 212.43º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B5DD is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 181 221 -
CMYK 0.33 0.18 0 0.13
HSL 212.43º 0.52% 0.72% -
HSV(B) 212.43º 0.33% 0.87% -
XYZ 41.61 44.47 74.8 -
YUV 175.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 147 181 221 0.33 0.18 0 0.13 212.43 0.52 0.72
Hex 93 B5 DD 21 12 0 D D4 34 48
Octal 223 265 335 41 22 0 15 324 64 110
Binary 10010011 10110101 11011101 100001 10010 0 1101 11010100 110100 1001000

Color Harmonies of #93B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5DD

Black with #93B5DD

Text Example


Text Example

White with #93B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,181,221); }

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

background-color css

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

 a { background-color: rgb(147,181,221); }

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

border-color css

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

 span { border-color: rgb(147,181,221); }

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