#91CFDD

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

Shades of Regent St Blue #91CFDD

Tints of Regent St Blue #91CFDD

Color information

#91CFDD (or 0x91CFDD) is unknown color: approx Regent St Blue. HEX triplet: 91, CF and DD. RGB value is (145,207,221). Sum of RGB (Red+Green+Blue) = 145+207+221=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #91CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CFDD is #6E3022. Grayscale: #BDBDBD. Windows color (decimal): -7221283 or 14536593. OLE color: 14536593.

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

Color convert

RGB145207221-
CMYK0.340.0600.13
HSL191.05º52.78%71.76%-
HSV(B)191.05º34.39%86.67%-
XYZ47.0455.8776.71-
YUV190.06145.4695.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.31%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=25.31%
G=36.13%
B=38.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452072210.340.0600.13191.0552.7871.76
Hex91CFDD2260Dbf3548
Octal22131733542601527765110
Binary10010001110011111101110110001011001101101111111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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