#92D2DF

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

Shades of Regent St Blue #92D2DF

Tints of Regent St Blue #92D2DF

Color information

#92D2DF (or 0x92D2DF) is unknown color: approx Regent St Blue. HEX triplet: 92, D2 and DF. RGB value is (146,210,223). Sum of RGB (Red+Green+Blue) = 146+210+223=579 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.22% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #92D2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D2DF is #6D2D20. Grayscale: #C0C0C0. Windows color (decimal): -7154977 or 14668434. OLE color: 14668434.

HSL color Cylindrical-coordinate representation of color #92D2DF: hue angle of 190.13º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92D2DF is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146210223-
CMYK0.350.0600.13
HSL190.13º54.61%72.35%-
HSV(B)190.13º34.53%87.45%-
XYZ48.2257.5378.38-
YUV192.35145.394.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.22%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=25.22%
G=36.27%
B=38.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462102230.350.0600.13190.1354.6172.35
Hex92D2DF2360Dbe3748
Octal22232233743601527667110
Binary10010010110100101101111110001111001101101111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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