Html Css Color HEX #91ADCB Polo Blue

📋 copy color: '#91ADCB'

red 145 ◦ green 173 ◦ blue 203

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

Shades of Polo Blue #91ADCB

Tints of Polo Blue #91ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.21%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 27.83%
G = 33.21%
B = 38.96%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#91ADCB (or 0x91ADCB) is known color: Polo Blue. HEX triplet: 91, AD and CB. RGB value is (145,173,203). Sum of RGB (Red+Green+Blue) = 145+173+203=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #91ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADCB is #6E5234. Grayscale: #A7A7A7. Windows color (decimal): -7230005 or 13348241. OLE color: 13348241.

HSL color Cylindrical-coordinate representation of color #91ADCB: hue angle of 211.03º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91ADCB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 173 203 -
CMYK 0.29 0.15 0 0.20
HSL 211.03º 0.36% 0.68% -
HSV(B) 211.03º 0.29% 0.8% -
XYZ 37.4 40.22 62.29 -
YUV 168.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 145 173 203 0.29 0.15 0 0.20 211.03 0.36 0.68
Hex 91 AD CB 1D F 0 14 D3 24 44
Octal 221 255 313 35 17 0 24 323 44 104
Binary 10010001 10101101 11001011 11101 1111 0 10100 11010011 100100 1000100

Color Harmonies of #91ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ADCB

Black with #91ADCB

Text Example


Text Example

White with #91ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,173,203); }

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

background-color css

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

 a { background-color: rgb(145,173,203); }

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

border-color css

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

 span { border-color: rgb(145,173,203); }

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