Html Css Color HEX #93B5CE Polo Blue

📋 copy color: '#93B5CE'

red 147 ◦ green 181 ◦ blue 206

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

Shades of Polo Blue #93B5CE

Tints of Polo Blue #93B5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 27.53%
G = 33.9%
B = 38.58%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93B5CE (or 0x93B5CE) is known color: Polo Blue. HEX triplet: 93, B5 and CE. RGB value is (147,181,206). Sum of RGB (Red+Green+Blue) = 147+181+206=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #93B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5CE is #6C4A31. Grayscale: #ADADAD. Windows color (decimal): -7096882 or 13546899. OLE color: 13546899.

HSL color Cylindrical-coordinate representation of color #93B5CE: hue angle of 205.42º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93B5CE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 181 206 -
CMYK 0.29 0.12 0 0.19
HSL 205.42º 0.38% 0.69% -
HSV(B) 205.42º 0.29% 0.81% -
XYZ 39.7 43.71 64.74 -
YUV 173.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 147 181 206 0.29 0.12 0 0.19 205.42 0.38 0.69
Hex 93 B5 CE 1D C 0 13 CD 26 45
Octal 223 265 316 35 14 0 23 315 46 105
Binary 10010011 10110101 11001110 11101 1100 0 10011 11001101 100110 1000101

Color Harmonies of #93B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5CE

Black with #93B5CE

Text Example


Text Example

White with #93B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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