Html Css Color HEX #91ACCB Polo Blue

📋 copy color: '#91ACCB'

red 145 ◦ green 172 ◦ blue 203

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

Shades of Polo Blue #91ACCB

Tints of Polo Blue #91ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

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

R = 27.88%
G = 33.08%
B = 39.04%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#91ACCB (or 0x91ACCB) is known color: Polo Blue. HEX triplet: 91, AC and CB. RGB value is (145,172,203). Sum of RGB (Red+Green+Blue) = 145+172+203=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #91ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACCB is #6E5334. Grayscale: #A7A7A7. Windows color (decimal): -7230261 or 13347985. OLE color: 13347985.

HSL color Cylindrical-coordinate representation of color #91ACCB: hue angle of 212.07º 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 #91ACCB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 172 203 -
CMYK 0.29 0.15 0 0.20
HSL 212.07º 0.36% 0.68% -
HSV(B) 212.07º 0.29% 0.8% -
XYZ 37.21 39.84 62.23 -
YUV 167.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 145 172 203 0.29 0.15 0 0.20 212.07 0.36 0.68
Hex 91 AC CB 1D F 0 14 D4 24 44
Octal 221 254 313 35 17 0 24 324 44 104
Binary 10010001 10101100 11001011 11101 1111 0 10100 11010100 100100 1000100

Color Harmonies of #91ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ACCB

Black with #91ACCB

Text Example


Text Example

White with #91ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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