Html Css Color HEX #91B0CE Polo Blue

📋 copy color: '#91B0CE'

red 145 ◦ green 176 ◦ blue 206

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

Shades of Polo Blue #91B0CE

Tints of Polo Blue #91B0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 27.51%
G = 33.4%
B = 39.09%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91B0CE (or 0x91B0CE) is known color: Polo Blue. HEX triplet: 91, B0 and CE. RGB value is (145,176,206). Sum of RGB (Red+Green+Blue) = 145+176+206=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #91B0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0CE is #6E4F31. Grayscale: #A9A9A9. Windows color (decimal): -7229234 or 13545617. OLE color: 13545617.

HSL color Cylindrical-coordinate representation of color #91B0CE: hue angle of 209.51º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91B0CE is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 176 206 -
CMYK 0.30 0.15 0 0.19
HSL 209.51º 0.38% 0.69% -
HSV(B) 209.51º 0.3% 0.81% -
XYZ 38.34 41.53 64.39 -
YUV 170.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 145 176 206 0.30 0.15 0 0.19 209.51 0.38 0.69
Hex 91 B0 CE 1E F 0 13 D2 26 45
Octal 221 260 316 36 17 0 23 322 46 105
Binary 10010001 10110000 11001110 11110 1111 0 10011 11010010 100110 1000101

Color Harmonies of #91B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B0CE

Black with #91B0CE

Text Example


Text Example

White with #91B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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