#91BDD0

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

Shades of Regent St Blue #91BDD0

Tints of Regent St Blue #91BDD0

Color information

#91BDD0 (or 0x91BDD0) is unknown color: approx Regent St Blue. HEX triplet: 91, BD and D0. RGB value is (145,189,208). Sum of RGB (Red+Green+Blue) = 145+189+208=542 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.75% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #91BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDD0 is #6E422F. Grayscale: #B1B1B1. Windows color (decimal): -7225904 or 13680017. OLE color: 13680017.

HSL color Cylindrical-coordinate representation of color #91BDD0: hue angle of 198.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91BDD0 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145189208-
CMYK0.300.0900.18
HSL198.1º40.13%69.22%-
HSV(B)198.1º30.29%81.57%-
XYZ41.2646.9766.57-
YUV178.01144.92104.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.75%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 208 (81.64% from 255) = 38.38%
R=26.75%
G=34.87%
B=38.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451892080.300.0900.18198.140.1369.22
Hex91BDD01E9012c62845
Octal221275320361102230650105
Binary100100011011110111010000111101001010010110001101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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