Html Css Color HEX #93AECE Polo Blue

📋 copy color: '#93AECE'

red 147 ◦ green 174 ◦ blue 206

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

Shades of Polo Blue #93AECE

Tints of Polo Blue #93AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.02%

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

R = 27.89%
G = 33.02%
B = 39.09%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93AECE (or 0x93AECE) is known color: Polo Blue. HEX triplet: 93, AE and CE. RGB value is (147,174,206). Sum of RGB (Red+Green+Blue) = 147+174+206=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #93AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AECE is #6C5131. Grayscale: #A9A9A9. Windows color (decimal): -7098674 or 13545107. OLE color: 13545107.

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

Color convert

RGB 147 174 206 -
CMYK 0.29 0.16 0 0.19
HSL 212.54º 0.38% 0.69% -
HSV(B) 212.54º 0.29% 0.81% -
XYZ 38.31 40.93 64.27 -
YUV 169.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 147 174 206 0.29 0.16 0 0.19 212.54 0.38 0.69
Hex 93 AE CE 1D 10 0 13 D5 26 45
Octal 223 256 316 35 20 0 23 325 46 105
Binary 10010011 10101110 11001110 11101 10000 0 10011 11010101 100110 1000101

Color Harmonies of #93AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AECE

Black with #93AECE

Text Example


Text Example

White with #93AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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