Html Css Color HEX #91B6CE Polo Blue

📋 copy color: '#91B6CE'

red 145 ◦ green 182 ◦ blue 206

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

Shades of Polo Blue #91B6CE

Tints of Polo Blue #91B6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.15%

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

R = 27.2%
G = 34.15%
B = 38.65%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91B6CE (or 0x91B6CE) is known color: Polo Blue. HEX triplet: 91, B6 and CE. RGB value is (145,182,206). Sum of RGB (Red+Green+Blue) = 145+182+206=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #91B6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B6CE is #6E4931. Grayscale: #ADADAD. Windows color (decimal): -7227698 or 13547153. OLE color: 13547153.

HSL color Cylindrical-coordinate representation of color #91B6CE: hue angle of 203.61º 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 #91B6CE is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 182 206 -
CMYK 0.30 0.12 0 0.19
HSL 203.61º 0.38% 0.69% -
HSV(B) 203.61º 0.3% 0.81% -
XYZ 39.55 43.93 64.79 -
YUV 173.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 145 182 206 0.30 0.12 0 0.19 203.61 0.38 0.69
Hex 91 B6 CE 1E C 0 13 CC 26 45
Octal 221 266 316 36 14 0 23 314 46 105
Binary 10010001 10110110 11001110 11110 1100 0 10011 11001100 100110 1000101

Color Harmonies of #91B6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B6CE

Black with #91B6CE

Text Example


Text Example

White with #91B6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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