#91BDCE

Color #91BDCE Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #91BDCE

Tints of Regent St Blue #91BDCE

Color information

#91BDCE (or 0x91BDCE) is unknown color: approx Regent St Blue. HEX triplet: 91, BD and CE. RGB value is (145,189,206). Sum of RGB (Red+Green+Blue) = 145+189+206=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #91BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDCE is #6E4231. Grayscale: #B1B1B1. Windows color (decimal): -7225906 or 13548945. OLE color: 13548945.

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

Color convert

RGB145189206-
CMYK0.300.0800.19
HSL196.72º38.36%68.82%-
HSV(B)196.72º29.61%80.78%-
XYZ41.0246.8765.28-
YUV177.78143.92104.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.85%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=26.85%
G=35%
B=38.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451892060.300.0800.19196.7238.3668.82
Hex91BDCE1E8013c52645
Octal221275316361002330546105
Binary100100011011110111001110111101000010011110001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #91BDCE;
 }
 .AnyTagClassName
 {
   color: #91BDCE;
 }
</style>
background-color css

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

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

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

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

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

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