#92DBDB

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

Shades of Morning Glory #92DBDB

Tints of Morning Glory #92DBDB

Color information

#92DBDB (or 0x92DBDB) is unknown color: approx Morning Glory. HEX triplet: 92, DB and DB. RGB value is (146,219,219). Sum of RGB (Red+Green+Blue) = 146+219+219=584 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #92DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DBDB is #6D2424. Grayscale: #C5C5C5. Windows color (decimal): -7152677 or 14408594. OLE color: 14408594.

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

Color convert

RGB146219219-
CMYK0.33000.14
HSL180º50.34%71.57%-
HSV(B)180º33.33%85.88%-
XYZ49.9761.8976.33-
YUV197.17140.3291.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=25%
G=37.5%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462192190.33000.1418050.3471.57
Hex92DBDB2100Eb43248
Octal22233333341001626462110
Binary100100101101101111011011100001001110101101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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