#91CEDC

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

Shades of Regent St Blue #91CEDC

Tints of Regent St Blue #91CEDC

Color information

#91CEDC (or 0x91CEDC) is unknown color: approx Regent St Blue. HEX triplet: 91, CE and DC. RGB value is (145,206,220). Sum of RGB (Red+Green+Blue) = 145+206+220=571 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.39% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #91CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CEDC is #6E3123. Grayscale: #BDBDBD. Windows color (decimal): -7221540 or 14470801. OLE color: 14470801.

HSL color Cylindrical-coordinate representation of color #91CEDC: hue angle of 191.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91CEDC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145206220-
CMYK0.340.0600.14
HSL191.2º51.72%71.57%-
HSV(B)191.2º34.09%86.27%-
XYZ46.6755.3375.93-
YUV189.36145.2996.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.39%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=25.39%
G=36.08%
B=38.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452062200.340.0600.14191.251.7271.57
Hex91CEDC2260Ebf3448
Octal22131633442601627764110
Binary10010001110011101101110010001011001110101111111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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