#91BDCB

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

Shades of Regent St Blue #91BDCB

Tints of Regent St Blue #91BDCB

Color information

#91BDCB (or 0x91BDCB) is unknown color: approx Regent St Blue. HEX triplet: 91, BD and CB. RGB value is (145,189,203). Sum of RGB (Red+Green+Blue) = 145+189+203=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #91BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDCB is #6E4234. Grayscale: #B1B1B1. Windows color (decimal): -7225909 or 13352337. OLE color: 13352337.

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

Color convert

RGB145189203-
CMYK0.290.0700.20
HSL194.48º35.8%68.24%-
HSV(B)194.48º28.57%79.61%-
XYZ40.6546.7363.38-
YUV177.44142.42104.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.00%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=27.00%
G=35.20%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451892030.290.0700.20194.4835.868.24
Hex91BDCB1D7014c22444
Octal22127531335702430244104
Binary10010001101111011100101111101111010100110000101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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