#91BDCA

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

Shades of Regent St Blue #91BDCA

Tints of Regent St Blue #91BDCA

Color information

#91BDCA (or 0x91BDCA) is unknown color: approx Regent St Blue. HEX triplet: 91, BD and CA. RGB value is (145,189,202). Sum of RGB (Red+Green+Blue) = 145+189+202=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #91BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDCA is #6E4235. Grayscale: #B1B1B1. Windows color (decimal): -7225910 or 13286801. OLE color: 13286801.

HSL color Cylindrical-coordinate representation of color #91BDCA: hue angle of 193.68º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91BDCA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145189202-
CMYK0.280.0600.21
HSL193.68º34.97%68.04%-
HSV(B)193.68º28.22%79.22%-
XYZ40.5446.6862.75-
YUV177.33141.92104.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=27.05%
G=35.26%
B=37.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451892020.280.0600.21193.6834.9768.04
Hex91BDCA1C6015c22344
Octal22127531234602530243104
Binary10010001101111011100101011100110010101110000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,189,202); }

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

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

 a { background-color: rgb(145,189,202); }

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

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

 span { border-color: rgb(145,189,202); }

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