#91BED3

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

Shades of Regent St Blue #91BED3

Tints of Regent St Blue #91BED3

Color information

#91BED3 (or 0x91BED3) is unknown color: approx Regent St Blue. HEX triplet: 91, BE and D3. RGB value is (145,190,211). Sum of RGB (Red+Green+Blue) = 145+190+211=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 211 - color contains mainly: blue. Hex color #91BED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BED3 is #6E412C. Grayscale: #B2B2B2. Windows color (decimal): -7225645 or 13876881. OLE color: 13876881.

HSL color Cylindrical-coordinate representation of color #91BED3: hue angle of 199.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91BED3 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB145190211-
CMYK0.310.1000.17
HSL199.09º42.86%69.8%-
HSV(B)199.09º31.28%82.75%-
XYZ41.8547.5568.6-
YUV178.94146.09103.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.56%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 211 (82.81% from 255) = 38.64%
R=26.56%
G=34.80%
B=38.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1451902110.310.1000.17199.0942.8669.8
Hex91BED31FA011c72b46
Octal221276323371202130753106
Binary100100011011111011010011111111010010001110001111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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