#92DBD8

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

Shades of Morning Glory #92DBD8

Tints of Morning Glory #92DBD8

Color information

#92DBD8 (or 0x92DBD8) is unknown color: approx Morning Glory. HEX triplet: 92, DB and D8. RGB value is (146,219,216). Sum of RGB (Red+Green+Blue) = 146+219+216=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DBD8 is #6D2427. Grayscale: #C4C4C4. Windows color (decimal): -7152680 or 14211986. OLE color: 14211986.

HSL color Cylindrical-coordinate representation of color #92DBD8: hue angle of 177.53º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DBD8 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB146219216-
CMYK0.3300.010.14
HSL177.53º50.34%71.57%-
HSV(B)177.53º33.33%85.88%-
XYZ49.5861.7374.27-
YUV196.83138.8291.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.13%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=25.13%
G=37.69%
B=37.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462192160.3300.010.14177.5350.3471.57
Hex92DBD82101Eb23248
Octal22233333041011626262110
Binary100100101101101111011000100001011110101100101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,219,216); }

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

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

 a { background-color: rgb(146,219,216); }

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

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

 span { border-color: rgb(146,219,216); }

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