#92BDC9

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

Shades of Regent St Blue #92BDC9

Tints of Regent St Blue #92BDC9

Color information

#92BDC9 (or 0x92BDC9) is unknown color: approx Regent St Blue. HEX triplet: 92, BD and C9. RGB value is (146,189,201). Sum of RGB (Red+Green+Blue) = 146+189+201=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #92BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDC9 is #6D4236. Grayscale: #B1B1B1. Windows color (decimal): -7160375 or 13221266. OLE color: 13221266.

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

Color convert

RGB146189201-
CMYK0.270.0600.21
HSL193.09º33.74%68.04%-
HSV(B)193.09º27.36%78.82%-
XYZ40.5946.7262.14-
YUV177.51141.25105.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.24%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=27.24%
G=35.26%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461892010.270.0600.21193.0933.7468.04
Hex92BDC91B6015c12244
Octal22227531133602530142104
Binary10010010101111011100100111011110010101110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BDC9; }

 p { color: rgb(146,189,201); }

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

<style>
 a { background-color: #92BDC9; }

 a { background-color: rgb(146,189,201); }

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

<style>
 span { border-color: #92BDC9; }

 span { border-color: rgb(146,189,201); }

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