Html Css Color HEX #91ACDA Polo Blue

📋 copy color: '#91ACDA'

red 145 ◦ green 172 ◦ blue 218

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

Shades of Polo Blue #91ACDA

Tints of Polo Blue #91ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 27.1%
G = 32.15%
B = 40.75%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91ACDA (or 0x91ACDA) is known color: Polo Blue. HEX triplet: 91, AC and DA. RGB value is (145,172,218). Sum of RGB (Red+Green+Blue) = 145+172+218=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #91ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACDA is #6E5325. Grayscale: #A8A8A8. Windows color (decimal): -7230246 or 14331025. OLE color: 14331025.

HSL color Cylindrical-coordinate representation of color #91ACDA: hue angle of 217.81º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91ACDA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 172 218 -
CMYK 0.33 0.21 0 0.15
HSL 217.81º 0.5% 0.71% -
HSV(B) 217.81º 0.33% 0.85% -
XYZ 39.08 40.59 72.1 -
YUV 169.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 145 172 218 0.33 0.21 0 0.15 217.81 0.5 0.71
Hex 91 AC DA 21 15 0 F DA 32 47
Octal 221 254 332 41 25 0 17 332 62 107
Binary 10010001 10101100 11011010 100001 10101 0 1111 11011010 110010 1000111

Color Harmonies of #91ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ACDA

Black with #91ACDA

Text Example


Text Example

White with #91ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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