#97DADC

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

Shades of Morning Glory #97DADC

Tints of Morning Glory #97DADC

Color information

#97DADC (or 0x97DADC) is unknown color: approx Morning Glory. HEX triplet: 97, DA and DC. RGB value is (151,218,220). Sum of RGB (Red+Green+Blue) = 151+218+220=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #97DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DADC is #682523. Grayscale: #C6C6C6. Windows color (decimal): -6825252 or 14473879. OLE color: 14473879.

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

Color convert

RGB151218220-
CMYK0.310.0100.14
HSL181.74º49.64%72.75%-
HSV(B)181.74º31.36%86.27%-
XYZ50.7561.8976.98-
YUV198.2140.394.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.64%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=25.64%
G=37.01%
B=37.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512182200.310.0100.14181.7449.6472.75
Hex97DADC1F10Eb63249
Octal22733233437101626662111
Binary10010111110110101101110011111101110101101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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