#92BCD5

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

Shades of Regent St Blue #92BCD5

Tints of Regent St Blue #92BCD5

Color information

#92BCD5 (or 0x92BCD5) is unknown color: approx Regent St Blue. HEX triplet: 92, BC and D5. RGB value is (146,188,213). Sum of RGB (Red+Green+Blue) = 146+188+213=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #92BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCD5 is #6D432A. Grayscale: #B2B2B2. Windows color (decimal): -7160619 or 14007442. OLE color: 14007442.

HSL color Cylindrical-coordinate representation of color #92BCD5: hue angle of 202.39º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92BCD5 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146188213-
CMYK0.310.1200.16
HSL202.39º44.37%70.39%-
HSV(B)202.39º31.46%83.53%-
XYZ41.8546.8869.79-
YUV178.29147.59104.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=26.69%
G=34.37%
B=38.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461882130.310.1200.16202.3944.3770.39
Hex92BCD51FC010ca2c46
Octal222274325371402031254106
Binary100100101011110011010101111111100010000110010101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,188,213); }

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

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

 a { background-color: rgb(146,188,213); }

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

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

 span { border-color: rgb(146,188,213); }

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