#92BED2

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

Shades of Regent St Blue #92BED2

Tints of Regent St Blue #92BED2

Color information

#92BED2 (or 0x92BED2) is unknown color: approx Regent St Blue. HEX triplet: 92, BE and D2. RGB value is (146,190,210). Sum of RGB (Red+Green+Blue) = 146+190+210=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #92BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BED2 is #6D412D. Grayscale: #B2B2B2. Windows color (decimal): -7160110 or 13811346. OLE color: 13811346.

HSL color Cylindrical-coordinate representation of color #92BED2: hue angle of 198.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92BED2 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146190210-
CMYK0.300.1000.18
HSL198.75º41.56%69.8%-
HSV(B)198.75º30.48%82.35%-
XYZ41.947.5967.95-
YUV179.12145.42104.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.74%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 210 (82.42% from 255) = 38.46%
R=26.74%
G=34.80%
B=38.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461902100.300.1000.18198.7541.5669.8
Hex92BED21EA012c72a46
Octal222276322361202230752106
Binary100100101011111011010010111101010010010110001111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,210); }

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

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

 a { background-color: rgb(146,190,210); }

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

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

 span { border-color: rgb(146,190,210); }

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