#92D2DB

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

Shades of Morning Glory #92D2DB

Tints of Morning Glory #92D2DB

Color information

#92D2DB (or 0x92D2DB) is unknown color: approx Morning Glory. HEX triplet: 92, D2 and DB. RGB value is (146,210,219). Sum of RGB (Red+Green+Blue) = 146+210+219=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #92D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D2DB is #6D2D24. Grayscale: #BFBFBF. Windows color (decimal): -7154981 or 14406290. OLE color: 14406290.

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

Color convert

RGB146210219-
CMYK0.330.0400.14
HSL187.4º50.34%71.57%-
HSV(B)187.4º33.33%85.88%-
XYZ47.6957.3275.57-
YUV191.89143.395.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.39%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=25.39%
G=36.52%
B=38.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462102190.330.0400.14187.450.3471.57
Hex92D2DB2140Ebb3248
Octal22232233341401627362110
Binary10010010110100101101101110000110001110101110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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