Html Css Color HEX #93B6CE Polo Blue

📋 copy color: '#93B6CE'

red 147 ◦ green 182 ◦ blue 206

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

Shades of Polo Blue #93B6CE

Tints of Polo Blue #93B6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 27.48%
G = 34.02%
B = 38.5%

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

#93B6CE (or 0x93B6CE) is known color: Polo Blue. HEX triplet: 93, B6 and CE. RGB value is (147,182,206). Sum of RGB (Red+Green+Blue) = 147+182+206=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #93B6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B6CE is #6C4931. Grayscale: #AEAEAE. Windows color (decimal): -7096626 or 13547155. OLE color: 13547155.

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

Color convert

RGB 147 182 206 -
CMYK 0.29 0.12 0 0.19
HSL 204.41º 0.38% 0.69% -
HSV(B) 204.41º 0.29% 0.81% -
XYZ 39.9 44.12 64.8 -
YUV 174.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 147 182 206 0.29 0.12 0 0.19 204.41 0.38 0.69
Hex 93 B6 CE 1D C 0 13 CC 26 45
Octal 223 266 316 35 14 0 23 314 46 105
Binary 10010011 10110110 11001110 11101 1100 0 10011 11001100 100110 1000101

Color Harmonies of #93B6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B6CE

Black with #93B6CE

Text Example


Text Example

White with #93B6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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