Html Css Color HEX #91AFC9 Polo Blue

📋 copy color: '#91AFC9'

red 145 ◦ green 175 ◦ blue 201

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

Shades of Polo Blue #91AFC9

Tints of Polo Blue #91AFC9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

 BLUE value IS 201 (78.91% from 255) = 38.58%

R = 27.83%
G = 33.59%
B = 38.58%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#91AFC9 (or 0x91AFC9) is known color: Polo Blue. HEX triplet: 91, AF and C9. RGB value is (145,175,201). Sum of RGB (Red+Green+Blue) = 145+175+201=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #91AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFC9 is #6E5036. Grayscale: #A8A8A8. Windows color (decimal): -7229495 or 13217681. OLE color: 13217681.

HSL color Cylindrical-coordinate representation of color #91AFC9: hue angle of 207.86º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91AFC9 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 175 201 -
CMYK 0.28 0.13 0 0.21
HSL 207.86º 0.34% 0.68% -
HSV(B) 207.86º 0.28% 0.79% -
XYZ 37.55 40.9 61.17 -
YUV 168.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 145 175 201 0.28 0.13 0 0.21 207.86 0.34 0.68
Hex 91 AF C9 1C D 0 15 D0 22 44
Octal 221 257 311 34 15 0 25 320 42 104
Binary 10010001 10101111 11001001 11100 1101 0 10101 11010000 100010 1000100

Color Harmonies of #91AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AFC9

Black with #91AFC9

Text Example


Text Example

White with #91AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,175,201); }

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

background-color css

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

 a { background-color: rgb(145,175,201); }

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

border-color css

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

 span { border-color: rgb(145,175,201); }

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