#92D6DF

Color #92D6DF Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #92D6DF

Tints of Morning Glory #92D6DF

Color information

#92D6DF (or 0x92D6DF) is unknown color: approx Morning Glory. HEX triplet: 92, D6 and DF. RGB value is (146,214,223). Sum of RGB (Red+Green+Blue) = 146+214+223=583 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.04% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #92D6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D6DF is #6D2920. Grayscale: #C2C2C2. Windows color (decimal): -7153953 or 14669458. OLE color: 14669458.

HSL color Cylindrical-coordinate representation of color #92D6DF: hue angle of 187.01º 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 #92D6DF is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146214223-
CMYK0.350.0400.13
HSL187.01º54.61%72.35%-
HSV(B)187.01º34.53%87.45%-
XYZ49.2259.5378.71-
YUV194.69143.9793.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.04%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=25.04%
G=36.71%
B=38.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462142230.350.0400.13187.0154.6172.35
Hex92D6DF2340Dbb3748
Octal22232633743401527367110
Binary10010010110101101101111110001110001101101110111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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