#91CEDD

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

Shades of Regent St Blue #91CEDD

Tints of Regent St Blue #91CEDD

Color information

#91CEDD (or 0x91CEDD) is unknown color: approx Regent St Blue. HEX triplet: 91, CE and DD. RGB value is (145,206,221). Sum of RGB (Red+Green+Blue) = 145+206+221=572 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.35% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #91CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CEDD is #6E3122. Grayscale: #BDBDBD. Windows color (decimal): -7221539 or 14536337. OLE color: 14536337.

HSL color Cylindrical-coordinate representation of color #91CEDD: hue angle of 191.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91CEDD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145206221-
CMYK0.340.0700.13
HSL191.84º52.78%71.76%-
HSV(B)191.84º34.39%86.67%-
XYZ46.855.3876.63-
YUV189.47145.7996.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.35%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=25.35%
G=36.01%
B=38.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452062210.340.0700.13191.8452.7871.76
Hex91CEDD2270Dc03548
Octal22131633542701530065110
Binary10010001110011101101110110001011101101110000001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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