Html Css Color HEX #91AFDC Polo Blue

📋 copy color: '#91AFDC'

red 145 ◦ green 175 ◦ blue 220

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

Shades of Polo Blue #91AFDC

Tints of Polo Blue #91AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 26.85%
G = 32.41%
B = 40.74%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91AFDC (or 0x91AFDC) is known color: Polo Blue. HEX triplet: 91, AF and DC. RGB value is (145,175,220). Sum of RGB (Red+Green+Blue) = 145+175+220=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #91AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFDC is #6E5023. Grayscale: #AAAAAA. Windows color (decimal): -7229476 or 14462865. OLE color: 14462865.

HSL color Cylindrical-coordinate representation of color #91AFDC: hue angle of 216º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91AFDC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 175 220 -
CMYK 0.34 0.20 0 0.14
HSL 216º 0.52% 0.72% -
HSV(B) 216º 0.34% 0.86% -
XYZ 39.93 41.85 73.68 -
YUV 171.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 145 175 220 0.34 0.20 0 0.14 216 0.52 0.72
Hex 91 AF DC 22 14 0 E D8 34 48
Octal 221 257 334 42 24 0 16 330 64 110
Binary 10010001 10101111 11011100 100010 10100 0 1110 11011000 110100 1001000

Color Harmonies of #91AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AFDC

Black with #91AFDC

Text Example


Text Example

White with #91AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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