#92DFDC

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

Shades of Morning Glory #92DFDC

Tints of Morning Glory #92DFDC

Color information

#92DFDC (or 0x92DFDC) is unknown color: approx Morning Glory. HEX triplet: 92, DF and DC. RGB value is (146,223,220). Sum of RGB (Red+Green+Blue) = 146+223+220=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DFDC is #6D2023. Grayscale: #C7C7C7. Windows color (decimal): -7151652 or 14475154. OLE color: 14475154.

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

Color convert

RGB146223220-
CMYK0.3500.010.13
HSL177.66º54.61%72.35%-
HSV(B)177.66º34.53%87.45%-
XYZ51.1664.0577.38-
YUV199.64139.4989.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.79%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=24.79%
G=37.86%
B=37.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462232200.3500.010.13177.6654.6172.35
Hex92DFDC2301Db23748
Octal22233733443011526267110
Binary100100101101111111011100100011011101101100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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