#92C5D9

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

Shades of Regent St Blue #92C5D9

Tints of Regent St Blue #92C5D9

Color information

#92C5D9 (or 0x92C5D9) is unknown color: approx Regent St Blue. HEX triplet: 92, C5 and D9. RGB value is (146,197,217). Sum of RGB (Red+Green+Blue) = 146+197+217=560 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.07% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #92C5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5D9 is #6D3A26. Grayscale: #B7B7B7. Windows color (decimal): -7158311 or 14271890. OLE color: 14271890.

HSL color Cylindrical-coordinate representation of color #92C5D9: hue angle of 196.9º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92C5D9 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146197217-
CMYK0.330.0900.15
HSL196.9º48.3%71.18%-
HSV(B)196.9º32.72%85.1%-
XYZ44.3451.0573.16-
YUV184.03146.6100.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.07%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=26.07%
G=35.18%
B=38.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461972170.330.0900.15196.948.371.18
Hex92C5D92190Fc53047
Octal222305331411101730560107
Binary100100101100010111011001100001100101111110001011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,197,217); }

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

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

 a { background-color: rgb(146,197,217); }

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

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

 span { border-color: rgb(146,197,217); }

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