Html Css Color HEX #91AFDA Polo Blue

📋 copy color: '#91AFDA'

red 145 ◦ green 175 ◦ blue 218

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

Shades of Polo Blue #91AFDA

Tints of Polo Blue #91AFDA

RGB

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

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

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

R = 26.95%
G = 32.53%
B = 40.52%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91AFDA (or 0x91AFDA) is known color: Polo Blue. HEX triplet: 91, AF and DA. RGB value is (145,175,218). Sum of RGB (Red+Green+Blue) = 145+175+218=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #91AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFDA is #6E5025. Grayscale: #AAAAAA. Windows color (decimal): -7229478 or 14331793. OLE color: 14331793.

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

Color convert

RGB 145 175 218 -
CMYK 0.33 0.20 0 0.15
HSL 215.34º 0.5% 0.71% -
HSV(B) 215.34º 0.33% 0.85% -
XYZ 39.66 41.74 72.3 -
YUV 170.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 145 175 218 0.33 0.20 0 0.15 215.34 0.5 0.71
Hex 91 AF DA 21 14 0 F D7 32 47
Octal 221 257 332 41 24 0 17 327 62 107
Binary 10010001 10101111 11011010 100001 10100 0 1111 11010111 110010 1000111

Color Harmonies of #91AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AFDA

Black with #91AFDA

Text Example


Text Example

White with #91AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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