#97CFD0

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

Shades of Morning Glory #97CFD0

Tints of Morning Glory #97CFD0

Color information

#97CFD0 (or 0x97CFD0) is unknown color: approx Morning Glory. HEX triplet: 97, CF and D0. RGB value is (151,207,208). Sum of RGB (Red+Green+Blue) = 151+207+208=566 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.68% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #97CFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CFD0 is #68302F. Grayscale: #BEBEBE. Windows color (decimal): -6828080 or 13684631. OLE color: 13684631.

HSL color Cylindrical-coordinate representation of color #97CFD0: hue angle of 181.05º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CFD0 is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151207208-
CMYK0.270.0000.18
HSL181.05º37.75%70.39%-
HSV(B)181.05º27.4%81.57%-
XYZ46.4655.7667.99-
YUV190.37137.9599.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.68%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=26.68%
G=36.57%
B=36.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512072080.270.0000.18181.0537.7570.39
Hex97CFD01B0012b52646
Octal22731732033002226546106
Binary100101111100111111010000110110010010101101011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,207,208); }

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

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

 a { background-color: rgb(151,207,208); }

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

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

 span { border-color: rgb(151,207,208); }

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