Html Css Color HEX #93B7CE Polo Blue

📋 copy color: '#93B7CE'

red 147 ◦ green 183 ◦ blue 206

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

Shades of Polo Blue #93B7CE

Tints of Polo Blue #93B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.14%

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

R = 27.43%
G = 34.14%
B = 38.43%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93B7CE (or 0x93B7CE) is known color: Polo Blue. HEX triplet: 93, B7 and CE. RGB value is (147,183,206). Sum of RGB (Red+Green+Blue) = 147+183+206=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #93B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B7CE is #6C4831. Grayscale: #AEAEAE. Windows color (decimal): -7096370 or 13547411. OLE color: 13547411.

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

Color convert

RGB 147 183 206 -
CMYK 0.29 0.11 0 0.19
HSL 203.39º 0.38% 0.69% -
HSV(B) 203.39º 0.29% 0.81% -
XYZ 40.11 44.53 64.87 -
YUV 174.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 147 183 206 0.29 0.11 0 0.19 203.39 0.38 0.69
Hex 93 B7 CE 1D B 0 13 CB 26 45
Octal 223 267 316 35 13 0 23 313 46 105
Binary 10010011 10110111 11001110 11101 1011 0 10011 11001011 100110 1000101

Color Harmonies of #93B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B7CE

Black with #93B7CE

Text Example


Text Example

White with #93B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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