#92DBD9

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

Shades of Morning Glory #92DBD9

Tints of Morning Glory #92DBD9

Color information

#92DBD9 (or 0x92DBD9) is unknown color: approx Morning Glory. HEX triplet: 92, DB and D9. RGB value is (146,219,217). Sum of RGB (Red+Green+Blue) = 146+219+217=582 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.09% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DBD9 is #6D2426. Grayscale: #C4C4C4. Windows color (decimal): -7152679 or 14277522. OLE color: 14277522.

HSL color Cylindrical-coordinate representation of color #92DBD9: hue angle of 178.36º 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 #92DBD9 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB146219217-
CMYK0.3300.010.14
HSL178.36º50.34%71.57%-
HSV(B)178.36º33.33%85.88%-
XYZ49.7161.7874.95-
YUV196.94139.3291.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.09%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 217 (85.16% from 255) = 37.29%
R=25.09%
G=37.63%
B=37.29%

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
Decimal1462192170.3300.010.14178.3650.3471.57
Hex92DBD92101Eb23248
Octal22233333141011626262110
Binary100100101101101111011001100001011110101100101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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