#97D3DB

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

Shades of Morning Glory #97D3DB

Tints of Morning Glory #97D3DB

Color information

#97D3DB (or 0x97D3DB) is unknown color: approx Morning Glory. HEX triplet: 97, D3 and DB. RGB value is (151,211,219). Sum of RGB (Red+Green+Blue) = 151+211+219=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #97D3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D3DB is #682C24. Grayscale: #C1C1C1. Windows color (decimal): -6827045 or 14406551. OLE color: 14406551.

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

Color convert

RGB151211219-
CMYK0.310.0400.14
HSL187.06º48.57%72.55%-
HSV(B)187.06º31.05%85.88%-
XYZ48.8458.2875.69-
YUV193.97142.1297.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.99%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=25.99%
G=36.32%
B=37.69%

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
Decimal1512112190.310.0400.14187.0648.5772.55
Hex97D3DB1F40Ebb3149
Octal22732333337401627361111
Binary1001011111010011110110111111110001110101110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,211,219); }

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

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

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

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

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

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

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