#92C5DA

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

Shades of Regent St Blue #92C5DA

Tints of Regent St Blue #92C5DA

Color information

#92C5DA (or 0x92C5DA) is unknown color: approx Regent St Blue. HEX triplet: 92, C5 and DA. RGB value is (146,197,218). Sum of RGB (Red+Green+Blue) = 146+197+218=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #92C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5DA is #6D3A25. Grayscale: #B8B8B8. Windows color (decimal): -7158310 or 14337426. OLE color: 14337426.

HSL color Cylindrical-coordinate representation of color #92C5DA: hue angle of 197.5º degrees, saturation: 0.49, 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 #92C5DA is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146197218-
CMYK0.330.1000.15
HSL197.5º49.32%71.37%-
HSV(B)197.5º33.03%85.49%-
XYZ44.4851.1173.85-
YUV184.14147.1100.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.02%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=26.02%
G=35.12%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461972180.330.1000.15197.549.3271.37
Hex92C5DA21A0Fc63147
Octal222305332411201730661107
Binary100100101100010111011010100001101001111110001101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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