#92C4D0

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

Shades of Regent St Blue #92C4D0

Tints of Regent St Blue #92C4D0

Color information

#92C4D0 (or 0x92C4D0) is unknown color: approx Regent St Blue. HEX triplet: 92, C4 and D0. RGB value is (146,196,208). Sum of RGB (Red+Green+Blue) = 146+196+208=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #92C4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C4D0 is #6D3B2F. Grayscale: #B6B6B6. Windows color (decimal): -7158576 or 13681810. OLE color: 13681810.

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

Color convert

RGB146196208-
CMYK0.300.0600.18
HSL191.61º39.74%69.41%-
HSV(B)191.61º29.81%81.57%-
XYZ42.9850.1467.09-
YUV182.42142.44102.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.55%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=26.55%
G=35.64%
B=37.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461962080.300.0600.18191.6139.7469.41
Hex92C4D01E6012c02845
Octal22230432036602230050105
Binary10010010110001001101000011110110010010110000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,196,208); }

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

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

 a { background-color: rgb(146,196,208); }

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

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

 span { border-color: rgb(146,196,208); }

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