Html Css Color HEX #91AFDB Polo Blue

📋 copy color: '#91AFDB'

red 145 ◦ green 175 ◦ blue 219

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

Shades of Polo Blue #91AFDB

Tints of Polo Blue #91AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 26.9%
G = 32.47%
B = 40.63%

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

#91AFDB (or 0x91AFDB) is known color: Polo Blue. HEX triplet: 91, AF and DB. RGB value is (145,175,219). Sum of RGB (Red+Green+Blue) = 145+175+219=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #91AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFDB is #6E5024. Grayscale: #AAAAAA. Windows color (decimal): -7229477 or 14397329. OLE color: 14397329.

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

Color convert

RGB 145 175 219 -
CMYK 0.34 0.20 0 0.14
HSL 215.68º 0.51% 0.71% -
HSV(B) 215.68º 0.34% 0.86% -
XYZ 39.79 41.79 72.99 -
YUV 171.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 145 175 219 0.34 0.20 0 0.14 215.68 0.51 0.71
Hex 91 AF DB 22 14 0 E D8 33 47
Octal 221 257 333 42 24 0 16 330 63 107
Binary 10010001 10101111 11011011 100010 10100 0 1110 11011000 110011 1000111

Color Harmonies of #91AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AFDB

Black with #91AFDB

Text Example


Text Example

White with #91AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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