#70979A

Color #70979A Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #70979A

Tints of Cadet Blue #70979A

Color information

#70979A (or 0x70979A) is unknown color: approx Cadet Blue. HEX triplet: 70, 97 and 9A. RGB value is (112,151,154). Sum of RGB (Red+Green+Blue) = 112+151+154=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #70979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70979A is #8F6865. Grayscale: #8B8B8B. Windows color (decimal): -9398374 or 10131312. OLE color: 10131312.

HSL color Cylindrical-coordinate representation of color #70979A: hue angle of 184.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70979A is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112151154-
CMYK0.270.0200.40
HSL184.29º17.21%52.16%-
HSV(B)184.29º27.27%60.39%-
XYZ23.5827.9134.72-
YUV139.68136.08108.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=26.86%
G=36.21%
B=36.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121511540.270.0200.40184.2917.2152.16
Hex70979A1B2028b81134
Octal1602272323320502702164
Binary11100001001011110011010110111001010001011100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70979A; }

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

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

<style>
 a { background-color: #70979A; }

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

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

<style>
 span { border-color: #70979A; }

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

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