#91BCCD

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

Shades of Regent St Blue #91BCCD

Tints of Regent St Blue #91BCCD

Color information

#91BCCD (or 0x91BCCD) is unknown color: approx Regent St Blue. HEX triplet: 91, BC and CD. RGB value is (145,188,205). Sum of RGB (Red+Green+Blue) = 145+188+205=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #91BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCCD is #6E4332. Grayscale: #B0B0B0. Windows color (decimal): -7226163 or 13483153. OLE color: 13483153.

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

Color convert

RGB145188205-
CMYK0.290.0800.20
HSL197º37.5%68.63%-
HSV(B)197º29.27%80.39%-
XYZ40.6846.3964.57-
YUV177.08143.75105.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.95%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=26.95%
G=34.94%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451882050.290.0800.2019737.568.63
Hex91BCCD1D8014c52545
Octal221274315351002430545105
Binary100100011011110011001101111011000010100110001011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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