Html Css Color HEX #93B2DD Polo Blue

📋 copy color: '#93B2DD'

red 147 ◦ green 178 ◦ blue 221

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

Shades of Polo Blue #93B2DD

Tints of Polo Blue #93B2DD

RGB

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

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

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

R = 26.92%
G = 32.6%
B = 40.48%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93B2DD (or 0x93B2DD) is known color: Polo Blue. HEX triplet: 93, B2 and DD. RGB value is (147,178,221). Sum of RGB (Red+Green+Blue) = 147+178+221=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #93B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2DD is #6C4D22. Grayscale: #ADADAD. Windows color (decimal): -7097635 or 14529171. OLE color: 14529171.

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

Color convert

RGB 147 178 221 -
CMYK 0.33 0.19 0 0.13
HSL 214.86º 0.52% 0.72% -
HSV(B) 214.86º 0.33% 0.87% -
XYZ 41 43.26 74.6 -
YUV 173.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 147 178 221 0.33 0.19 0 0.13 214.86 0.52 0.72
Hex 93 B2 DD 21 13 0 D D7 34 48
Octal 223 262 335 41 23 0 15 327 64 110
Binary 10010011 10110010 11011101 100001 10011 0 1101 11010111 110100 1001000

Color Harmonies of #93B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B2DD

Black with #93B2DD

Text Example


Text Example

White with #93B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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