Html Css Color HEX #93B5DE Polo Blue

📋 copy color: '#93B5DE'

red 147 ◦ green 181 ◦ blue 222

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

Shades of Polo Blue #93B5DE

Tints of Polo Blue #93B5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 26.73%
G = 32.91%
B = 40.36%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93B5DE (or 0x93B5DE) is known color: Polo Blue. HEX triplet: 93, B5 and DE. RGB value is (147,181,222). Sum of RGB (Red+Green+Blue) = 147+181+222=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #93B5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5DE is #6C4A21. Grayscale: #AFAFAF. Windows color (decimal): -7096866 or 14595475. OLE color: 14595475.

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

Color convert

RGB 147 181 222 -
CMYK 0.34 0.18 0 0.13
HSL 212.8º 0.53% 0.72% -
HSV(B) 212.8º 0.34% 0.87% -
XYZ 41.74 44.52 75.5 -
YUV 175.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 147 181 222 0.34 0.18 0 0.13 212.8 0.53 0.72
Hex 93 B5 DE 22 12 0 D D5 35 48
Octal 223 265 336 42 22 0 15 325 65 110
Binary 10010011 10110101 11011110 100010 10010 0 1101 11010101 110101 1001000

Color Harmonies of #93B5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5DE

Black with #93B5DE

Text Example


Text Example

White with #93B5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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