Html Css Color HEX #91B0CA Polo Blue

📋 copy color: '#91B0CA'

red 145 ◦ green 176 ◦ blue 202

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

Shades of Polo Blue #91B0CA

Tints of Polo Blue #91B0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 27.72%
G = 33.65%
B = 38.62%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#91B0CA (or 0x91B0CA) is known color: Polo Blue. HEX triplet: 91, B0 and CA. RGB value is (145,176,202). Sum of RGB (Red+Green+Blue) = 145+176+202=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #91B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0CA is #6E4F35. Grayscale: #A9A9A9. Windows color (decimal): -7229238 or 13283473. OLE color: 13283473.

HSL color Cylindrical-coordinate representation of color #91B0CA: hue angle of 207.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91B0CA is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 176 202 -
CMYK 0.28 0.13 0 0.21
HSL 207.37º 0.35% 0.68% -
HSV(B) 207.37º 0.28% 0.79% -
XYZ 37.86 41.33 61.86 -
YUV 169.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 145 176 202 0.28 0.13 0 0.21 207.37 0.35 0.68
Hex 91 B0 CA 1C D 0 15 CF 23 44
Octal 221 260 312 34 15 0 25 317 43 104
Binary 10010001 10110000 11001010 11100 1101 0 10101 11001111 100011 1000100

Color Harmonies of #91B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B0CA

Black with #91B0CA

Text Example


Text Example

White with #91B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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