Html Css Color HEX #91B0CB Polo Blue

📋 copy color: '#91B0CB'

red 145 ◦ green 176 ◦ blue 203

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

Shades of Polo Blue #91B0CB

Tints of Polo Blue #91B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.59%

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

R = 27.67%
G = 33.59%
B = 38.74%

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

#91B0CB (or 0x91B0CB) is known color: Polo Blue. HEX triplet: 91, B0 and CB. RGB value is (145,176,203). Sum of RGB (Red+Green+Blue) = 145+176+203=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #91B0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0CB is #6E4F34. Grayscale: #A9A9A9. Windows color (decimal): -7229237 or 13349009. OLE color: 13349009.

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

Color convert

RGB 145 176 203 -
CMYK 0.29 0.13 0 0.20
HSL 207.93º 0.36% 0.68% -
HSV(B) 207.93º 0.29% 0.8% -
XYZ 37.98 41.38 62.49 -
YUV 169.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 145 176 203 0.29 0.13 0 0.20 207.93 0.36 0.68
Hex 91 B0 CB 1D D 0 14 D0 24 44
Octal 221 260 313 35 15 0 24 320 44 104
Binary 10010001 10110000 11001011 11101 1101 0 10100 11010000 100100 1000100

Color Harmonies of #91B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B0CB

Black with #91B0CB

Text Example


Text Example

White with #91B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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