Html Css Color HEX #91ACCC Polo Blue

📋 copy color: '#91ACCC'

red 145 ◦ green 172 ◦ blue 204

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

Shades of Polo Blue #91ACCC

Tints of Polo Blue #91ACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 27.83%
G = 33.01%
B = 39.16%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#91ACCC (or 0x91ACCC) is known color: Polo Blue. HEX triplet: 91, AC and CC. RGB value is (145,172,204). Sum of RGB (Red+Green+Blue) = 145+172+204=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #91ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACCC is #6E5333. Grayscale: #A7A7A7. Windows color (decimal): -7230260 or 13413521. OLE color: 13413521.

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

Color convert

RGB 145 172 204 -
CMYK 0.29 0.16 0 0.2
HSL 212.54º 0.37% 0.68% -
HSV(B) 212.54º 0.29% 0.8% -
XYZ 37.33 39.88 62.86 -
YUV 167.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 145 172 204 0.29 0.16 0 0.2 212.54 0.37 0.68
Hex 91 AC CC 1D 10 0 14 D5 25 44
Octal 221 254 314 35 20 0 24 325 45 104
Binary 10010001 10101100 11001100 11101 10000 0 10100 11010101 100101 1000100

Color Harmonies of #91ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ACCC

Black with #91ACCC

Text Example


Text Example

White with #91ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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