#91CCD9

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

Shades of Regent St Blue #91CCD9

Tints of Regent St Blue #91CCD9

Color information

#91CCD9 (or 0x91CCD9) is unknown color: approx Regent St Blue. HEX triplet: 91, CC and D9. RGB value is (145,204,217). Sum of RGB (Red+Green+Blue) = 145+204+217=566 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.62% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #91CCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CCD9 is #6E3326. Grayscale: #BBBBBB. Windows color (decimal): -7222055 or 14273681. OLE color: 14273681.

HSL color Cylindrical-coordinate representation of color #91CCD9: hue angle of 190.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91CCD9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145204217-
CMYK0.330.0600.15
HSL190.83º48.65%70.98%-
HSV(B)190.83º33.18%85.1%-
XYZ45.7954.2273.7-
YUV187.84144.4597.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.62%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=25.62%
G=36.04%
B=38.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452042170.330.0600.15190.8348.6570.98
Hex91CCD92160Fbf3147
Octal22131433141601727761107
Binary10010001110011001101100110000111001111101111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,204,217); }

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

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

 a { background-color: rgb(145,204,217); }

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

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

 span { border-color: rgb(145,204,217); }

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