Html Css Color HEX #91AECE Polo Blue

📋 copy color: '#91AECE'

red 145 ◦ green 174 ◦ blue 206

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

Shades of Polo Blue #91AECE

Tints of Polo Blue #91AECE

RGB

 RED value IS 145 (57.03% from 255) = 27.62%

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

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

R = 27.62%
G = 33.14%
B = 39.24%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91AECE (or 0x91AECE) is known color: Polo Blue. HEX triplet: 91, AE and CE. RGB value is (145,174,206). Sum of RGB (Red+Green+Blue) = 145+174+206=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #91AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AECE is #6E5131. Grayscale: #A8A8A8. Windows color (decimal): -7229746 or 13545105. OLE color: 13545105.

HSL color Cylindrical-coordinate representation of color #91AECE: hue angle of 211.48º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91AECE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 174 206 -
CMYK 0.30 0.16 0 0.19
HSL 211.48º 0.38% 0.69% -
HSV(B) 211.48º 0.3% 0.81% -
XYZ 37.95 40.75 64.26 -
YUV 168.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 145 174 206 0.30 0.16 0 0.19 211.48 0.38 0.69
Hex 91 AE CE 1E 10 0 13 D3 26 45
Octal 221 256 316 36 20 0 23 323 46 105
Binary 10010001 10101110 11001110 11110 10000 0 10011 11010011 100110 1000101

Color Harmonies of #91AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AECE

Black with #91AECE

Text Example


Text Example

White with #91AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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