#97D4DC

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

Shades of Morning Glory #97D4DC

Tints of Morning Glory #97D4DC

Color information

#97D4DC (or 0x97D4DC) is unknown color: approx Morning Glory. HEX triplet: 97, D4 and DC. RGB value is (151,212,220). Sum of RGB (Red+Green+Blue) = 151+212+220=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #97D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D4DC is #682B23. Grayscale: #C2C2C2. Windows color (decimal): -6826788 or 14472343. OLE color: 14472343.

HSL color Cylindrical-coordinate representation of color #97D4DC: hue angle of 186.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97D4DC is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151212220-
CMYK0.310.0400.14
HSL186.96º49.64%72.75%-
HSV(B)186.96º31.36%86.27%-
XYZ49.2258.8376.47-
YUV194.67142.2996.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.90%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=25.90%
G=36.36%
B=37.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512122200.310.0400.14186.9649.6472.75
Hex97D4DC1F40Ebb3249
Octal22732433437401627362111
Binary1001011111010100110111001111110001110101110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D4DC; }

 p { color: rgb(151,212,220); }

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

<style>
 a { background-color: #97D4DC; }

 a { background-color: rgb(151,212,220); }

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

<style>
 span { border-color: #97D4DC; }

 span { border-color: rgb(151,212,220); }

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