#91CDDD

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

Shades of Regent St Blue #91CDDD

Tints of Regent St Blue #91CDDD

Color information

#91CDDD (or 0x91CDDD) is unknown color: approx Regent St Blue. HEX triplet: 91, CD and DD. RGB value is (145,205,221). Sum of RGB (Red+Green+Blue) = 145+205+221=571 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.39% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #91CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDDD is #6E3222. Grayscale: #BCBCBC. Windows color (decimal): -7221795 or 14536081. OLE color: 14536081.

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

Color convert

RGB145205221-
CMYK0.340.0700.13
HSL192.63º52.78%71.76%-
HSV(B)192.63º34.39%86.67%-
XYZ46.5654.976.55-
YUV188.88146.1296.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.39%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=25.39%
G=35.90%
B=38.70%

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
Decimal1452052210.340.0700.13192.6352.7871.76
Hex91CDDD2270Dc13548
Octal22131533542701530165110
Binary10010001110011011101110110001011101101110000011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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