Html Css Color HEX #91AECB Polo Blue

📋 copy color: '#91AECB'

red 145 ◦ green 174 ◦ blue 203

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

Shades of Polo Blue #91AECB

Tints of Polo Blue #91AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 27.78%
G = 33.33%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#91AECB (or 0x91AECB) is known color: Polo Blue. HEX triplet: 91, AE and CB. RGB value is (145,174,203). Sum of RGB (Red+Green+Blue) = 145+174+203=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #91AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AECB is #6E5134. Grayscale: #A8A8A8. Windows color (decimal): -7229749 or 13348497. OLE color: 13348497.

HSL color Cylindrical-coordinate representation of color #91AECB: hue angle of 210º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91AECB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 174 203 -
CMYK 0.29 0.14 0 0.20
HSL 210º 0.36% 0.68% -
HSV(B) 210º 0.29% 0.8% -
XYZ 37.59 40.6 62.36 -
YUV 168.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 145 174 203 0.29 0.14 0 0.20 210 0.36 0.68
Hex 91 AE CB 1D E 0 14 D2 24 44
Octal 221 256 313 35 16 0 24 322 44 104
Binary 10010001 10101110 11001011 11101 1110 0 10100 11010010 100100 1000100

Color Harmonies of #91AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AECB

Black with #91AECB

Text Example


Text Example

White with #91AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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