#91BECD

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

Shades of Regent St Blue #91BECD

Tints of Regent St Blue #91BECD

Color information

#91BECD (or 0x91BECD) is unknown color: approx Regent St Blue. HEX triplet: 91, BE and CD. RGB value is (145,190,205). Sum of RGB (Red+Green+Blue) = 145+190+205=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #91BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BECD is #6E4132. Grayscale: #B2B2B2. Windows color (decimal): -7225651 or 13483665. OLE color: 13483665.

HSL color Cylindrical-coordinate representation of color #91BECD: hue angle of 195º 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 #91BECD is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145190205-
CMYK0.290.0700.20
HSL195º37.5%68.63%-
HSV(B)195º29.27%80.39%-
XYZ41.1147.2564.71-
YUV178.26143.09104.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.85%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=26.85%
G=35.19%
B=37.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451902050.290.0700.2019537.568.63
Hex91BECD1D7014c32545
Octal22127631535702430345105
Binary10010001101111101100110111101111010100110000111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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