#91BED0

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

Shades of Regent St Blue #91BED0

Tints of Regent St Blue #91BED0

Color information

#91BED0 (or 0x91BED0) is unknown color: approx Regent St Blue. HEX triplet: 91, BE and D0. RGB value is (145,190,208). Sum of RGB (Red+Green+Blue) = 145+190+208=543 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.70% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #91BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BED0 is #6E412F. Grayscale: #B2B2B2. Windows color (decimal): -7225648 or 13680273. OLE color: 13680273.

HSL color Cylindrical-coordinate representation of color #91BED0: hue angle of 197.14º 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 #91BED0 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145190208-
CMYK0.300.0900.18
HSL197.14º40.13%69.22%-
HSV(B)197.14º30.29%81.57%-
XYZ41.4847.466.64-
YUV178.6144.59104.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.70%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=26.70%
G=34.99%
B=38.31%

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
Decimal1451902080.300.0900.18197.1440.1369.22
Hex91BED01E9012c52845
Octal221276320361102230550105
Binary100100011011111011010000111101001010010110001011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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