Html Css Color HEX #91B1CB Polo Blue

📋 copy color: '#91B1CB'

red 145 ◦ green 177 ◦ blue 203

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

Shades of Polo Blue #91B1CB

Tints of Polo Blue #91B1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.71%

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

R = 27.62%
G = 33.71%
B = 38.67%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#91B1CB (or 0x91B1CB) is known color: Polo Blue. HEX triplet: 91, B1 and CB. RGB value is (145,177,203). Sum of RGB (Red+Green+Blue) = 145+177+203=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #91B1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B1CB is #6E4E34. Grayscale: #AAAAAA. Windows color (decimal): -7228981 or 13349265. OLE color: 13349265.

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

Color convert

RGB 145 177 203 -
CMYK 0.29 0.13 0 0.20
HSL 206.9º 0.36% 0.68% -
HSV(B) 206.9º 0.29% 0.8% -
XYZ 38.18 41.78 62.55 -
YUV 170.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 145 177 203 0.29 0.13 0 0.20 206.9 0.36 0.68
Hex 91 B1 CB 1D D 0 14 CF 24 44
Octal 221 261 313 35 15 0 24 317 44 104
Binary 10010001 10110001 11001011 11101 1101 0 10100 11001111 100100 1000100

Color Harmonies of #91B1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B1CB

Black with #91B1CB

Text Example


Text Example

White with #91B1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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