Html Css Color HEX #70979F Cadet Blue

📋 copy color: '#70979F'

red 112 ◦ green 151 ◦ blue 159

#70979F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #70979F

Tints of Cadet Blue #70979F

RGB

 RED value IS 112 (44.14% from 255) = 26.54%

 GREEN value IS 151 (59.38% from 255) = 35.78%

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 26.54%
G = 35.78%
B = 37.68%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70979F (or 0x70979F) is known color: Cadet Blue. HEX triplet: 70, 97 and 9F. RGB value is (112,151,159). Sum of RGB (Red+Green+Blue) = 112+151+159=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #70979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70979F is #8F6860. Grayscale: #8C8C8C. Windows color (decimal): -9398369 or 10458992. OLE color: 10458992.

HSL color Cylindrical-coordinate representation of color #70979F: hue angle of 190.21º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70979F is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 151 159 -
CMYK 0.30 0.05 0 0.38
HSL 190.21º 0.2% 0.53% -
HSV(B) 190.21º 0.3% 0.62% -
XYZ 24.01 28.08 36.96 -
YUV 140.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 112 151 159 0.30 0.05 0 0.38 190.21 0.2 0.53
Hex 70 97 9F 1E 5 0 26 BE 14 35
Octal 160 227 237 36 5 0 46 276 24 65
Binary 1110000 10010111 10011111 11110 101 0 100110 10111110 10100 110101

Color Harmonies of #70979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70979F

Black with #70979F

Text Example


Text Example

White with #70979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70979F;
 }
 .AnyTagClassName
 {
   color: #70979F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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