#91C6D5

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

Shades of Regent St Blue #91C6D5

Tints of Regent St Blue #91C6D5

Color information

#91C6D5 (or 0x91C6D5) is unknown color: approx Regent St Blue. HEX triplet: 91, C6 and D5. RGB value is (145,198,213). Sum of RGB (Red+Green+Blue) = 145+198+213=556 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.08% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #91C6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C6D5 is #6E392A. Grayscale: #B7B7B7. Windows color (decimal): -7223595 or 14010001. OLE color: 14010001.

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

Color convert

RGB145198213-
CMYK0.320.0700.16
HSL193.24º44.74%70.2%-
HSV(B)193.24º31.92%83.53%-
XYZ43.8851.2170.52-
YUV183.86144.44100.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.08%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 213 (83.59% from 255) = 38.31%
R=26.08%
G=35.61%
B=38.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451982130.320.0700.16193.2444.7470.2
Hex91C6D5207010c12d46
Octal22130632540702030155106
Binary100100011100011011010101100000111010000110000011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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