#91BDD5

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

Shades of Regent St Blue #91BDD5

Tints of Regent St Blue #91BDD5

Color information

#91BDD5 (or 0x91BDD5) is unknown color: approx Regent St Blue. HEX triplet: 91, BD and D5. RGB value is (145,189,213). Sum of RGB (Red+Green+Blue) = 145+189+213=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #91BDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDD5 is #6E422A. Grayscale: #B2B2B2. Windows color (decimal): -7225899 or 14007697. OLE color: 14007697.

HSL color Cylindrical-coordinate representation of color #91BDD5: hue angle of 201.18º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91BDD5 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145189213-
CMYK0.320.1100.16
HSL201.18º44.74%70.2%-
HSV(B)201.18º31.92%83.53%-
XYZ41.8847.2269.86-
YUV178.58147.42104.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.51%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=26.51%
G=34.55%
B=38.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451892130.320.1100.16201.1844.7470.2
Hex91BDD520B010c92d46
Octal221275325401302031155106
Binary1001000110111101110101011000001011010000110010011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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