#91C0CF

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

Shades of Regent St Blue #91C0CF

Tints of Regent St Blue #91C0CF

Color information

#91C0CF (or 0x91C0CF) is unknown color: approx Regent St Blue. HEX triplet: 91, C0 and CF. RGB value is (145,192,207). Sum of RGB (Red+Green+Blue) = 145+192+207=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #91C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0CF is #6E3F30. Grayscale: #B3B3B3. Windows color (decimal): -7225137 or 13615249. OLE color: 13615249.

HSL color Cylindrical-coordinate representation of color #91C0CF: hue angle of 194.52º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91C0CF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145192207-
CMYK0.300.0700.19
HSL194.52º39.24%69.02%-
HSV(B)194.52º29.95%81.18%-
XYZ41.7948.2266.14-
YUV179.66143.43103.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.65%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=26.65%
G=35.29%
B=38.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451922070.300.0700.19194.5239.2469.02
Hex91C0CF1E7013c32745
Octal22130031736702330347105
Binary10010001110000001100111111110111010011110000111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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