#91C0CB

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

Shades of Regent St Blue #91C0CB

Tints of Regent St Blue #91C0CB

Color information

#91C0CB (or 0x91C0CB) is unknown color: approx Regent St Blue. HEX triplet: 91, C0 and CB. RGB value is (145,192,203). Sum of RGB (Red+Green+Blue) = 145+192+203=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #91C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0CB is #6E3F34. Grayscale: #B3B3B3. Windows color (decimal): -7225141 or 13353105. OLE color: 13353105.

HSL color Cylindrical-coordinate representation of color #91C0CB: hue angle of 191.38º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91C0CB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145192203-
CMYK0.290.0500.20
HSL191.38º35.8%68.24%-
HSV(B)191.38º28.57%79.61%-
XYZ41.3148.0363.59-
YUV179.2141.43103.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.85%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=26.85%
G=35.56%
B=37.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451922030.290.0500.20191.3835.868.24
Hex91C0CB1D5014bf2444
Octal22130031335502427744104
Binary10010001110000001100101111101101010100101111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,192,203); }

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

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

 a { background-color: rgb(145,192,203); }

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

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

 span { border-color: rgb(145,192,203); }

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