#91BCCB

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

Shades of Regent St Blue #91BCCB

Tints of Regent St Blue #91BCCB

Color information

#91BCCB (or 0x91BCCB) is unknown color: approx Regent St Blue. HEX triplet: 91, BC and CB. RGB value is (145,188,203). Sum of RGB (Red+Green+Blue) = 145+188+203=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #91BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCCB is #6E4334. Grayscale: #B0B0B0. Windows color (decimal): -7226165 or 13352081. OLE color: 13352081.

HSL color Cylindrical-coordinate representation of color #91BCCB: hue angle of 195.52º 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 #91BCCB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145188203-
CMYK0.290.0700.20
HSL195.52º35.8%68.24%-
HSV(B)195.52º28.57%79.61%-
XYZ40.4446.363.3-
YUV176.85142.75105.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=27.05%
G=35.07%
B=37.87%

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
Decimal1451882030.290.0700.20195.5235.868.24
Hex91BCCB1D7014c42444
Octal22127431335702430444104
Binary10010001101111001100101111101111010100110001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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