Html Css Color HEX #91B8CE Polo Blue

📋 copy color: '#91B8CE'

red 145 ◦ green 184 ◦ blue 206

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

Shades of Polo Blue #91B8CE

Tints of Polo Blue #91B8CE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.39%

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

R = 27.1%
G = 34.39%
B = 38.5%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91B8CE (or 0x91B8CE) is known color: Polo Blue. HEX triplet: 91, B8 and CE. RGB value is (145,184,206). Sum of RGB (Red+Green+Blue) = 145+184+206=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #91B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B8CE is #6E4731. Grayscale: #AEAEAE. Windows color (decimal): -7227186 or 13547665. OLE color: 13547665.

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

Color convert

RGB 145 184 206 -
CMYK 0.30 0.11 0 0.19
HSL 201.64º 0.38% 0.69% -
HSV(B) 201.64º 0.3% 0.81% -
XYZ 39.96 44.76 64.93 -
YUV 174.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 145 184 206 0.30 0.11 0 0.19 201.64 0.38 0.69
Hex 91 B8 CE 1E B 0 13 CA 26 45
Octal 221 270 316 36 13 0 23 312 46 105
Binary 10010001 10111000 11001110 11110 1011 0 10011 11001010 100110 1000101

Color Harmonies of #91B8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B8CE

Black with #91B8CE

Text Example


Text Example

White with #91B8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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