#91BCCC

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

Shades of Regent St Blue #91BCCC

Tints of Regent St Blue #91BCCC

Color information

#91BCCC (or 0x91BCCC) is unknown color: approx Regent St Blue. HEX triplet: 91, BC and CC. RGB value is (145,188,204). Sum of RGB (Red+Green+Blue) = 145+188+204=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #91BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCCC is #6E4333. Grayscale: #B0B0B0. Windows color (decimal): -7226164 or 13417617. OLE color: 13417617.

HSL color Cylindrical-coordinate representation of color #91BCCC: hue angle of 196.27º degrees, saturation: 0.37, 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 #91BCCC is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145188204-
CMYK0.290.0800.2
HSL196.27º36.65%68.43%-
HSV(B)196.27º28.92%80%-
XYZ40.5646.3563.93-
YUV176.97143.25105.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.00%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=27.00%
G=35.01%
B=37.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451882040.290.0800.2196.2736.6568.43
Hex91BCCC1D8014c42544
Octal221274314351002430445104
Binary100100011011110011001100111011000010100110001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,188,204); }

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

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

 a { background-color: rgb(145,188,204); }

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

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

 span { border-color: rgb(145,188,204); }

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