#91CED9

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

Shades of Regent St Blue #91CED9

Tints of Regent St Blue #91CED9

Color information

#91CED9 (or 0x91CED9) is unknown color: approx Regent St Blue. HEX triplet: 91, CE and D9. RGB value is (145,206,217). Sum of RGB (Red+Green+Blue) = 145+206+217=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #91CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CED9 is #6E3126. Grayscale: #BCBCBC. Windows color (decimal): -7221543 or 14274193. OLE color: 14274193.

HSL color Cylindrical-coordinate representation of color #91CED9: hue angle of 189.17º 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 #91CED9 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145206217-
CMYK0.330.0500.15
HSL189.17º48.65%70.98%-
HSV(B)189.17º33.18%85.1%-
XYZ46.2755.1773.86-
YUV189.02143.7996.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.53%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=25.53%
G=36.27%
B=38.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452062170.330.0500.15189.1748.6570.98
Hex91CED92150Fbd3147
Octal22131633141501727561107
Binary10010001110011101101100110000110101111101111011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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