#7097C9

Color #7097C9 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #7097C9

Tints of Danube #7097C9

Color information

#7097C9 (or 0x7097C9) is unknown color: approx Danube. HEX triplet: 70, 97 and C9. RGB value is (112,151,201). Sum of RGB (Red+Green+Blue) = 112+151+201=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #7097C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097C9 is #8F6836. Grayscale: #909090. Windows color (decimal): -9398327 or 13211504. OLE color: 13211504.

HSL color Cylindrical-coordinate representation of color #7097C9: hue angle of 213.71º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7097C9 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112151201-
CMYK0.440.2500.21
HSL213.71º45.18%61.37%-
HSV(B)213.71º44.28%78.82%-
XYZ28.2929.859.52-
YUV145.04159.58104.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.14%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=24.14%
G=32.54%
B=43.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121512010.440.2500.21213.7145.1861.37
Hex7097C92C19015d62d3d
Octal16022731154310253265575
Binary111000010010111110010011011001100101010111010110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7097C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7097C9; }

 p { color: rgb(112,151,201); }

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

<style>
 a { background-color: #7097C9; }

 a { background-color: rgb(112,151,201); }

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

<style>
 span { border-color: #7097C9; }

 span { border-color: rgb(112,151,201); }

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