#91BDCD

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

Shades of Regent St Blue #91BDCD

Tints of Regent St Blue #91BDCD

Color information

#91BDCD (or 0x91BDCD) is unknown color: approx Regent St Blue. HEX triplet: 91, BD and CD. RGB value is (145,189,205). Sum of RGB (Red+Green+Blue) = 145+189+205=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #91BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDCD is #6E4232. Grayscale: #B1B1B1. Windows color (decimal): -7225907 or 13483409. OLE color: 13483409.

HSL color Cylindrical-coordinate representation of color #91BDCD: hue angle of 196º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91BDCD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145189205-
CMYK0.290.0800.20
HSL196º37.5%68.63%-
HSV(B)196º29.27%80.39%-
XYZ40.8946.8264.64-
YUV177.67143.42104.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.90%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=26.90%
G=35.06%
B=38.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451892050.290.0800.2019637.568.63
Hex91BDCD1D8014c42545
Octal221275315351002430445105
Binary100100011011110111001101111011000010100110001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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