Html Css Color HEX #70979B Cadet Blue

📋 copy color: '#70979B'

red 112 ◦ green 151 ◦ blue 155

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

Shades of Cadet Blue #70979B

Tints of Cadet Blue #70979B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 26.79%
G = 36.12%
B = 37.08%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70979B (or 0x70979B) is known color: Cadet Blue. HEX triplet: 70, 97 and 9B. RGB value is (112,151,155). Sum of RGB (Red+Green+Blue) = 112+151+155=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #70979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70979B is #8F6864. Grayscale: #8B8B8B. Windows color (decimal): -9398373 or 10196848. OLE color: 10196848.

HSL color Cylindrical-coordinate representation of color #70979B: hue angle of 185.58º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70979B is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 151 155 -
CMYK 0.28 0.03 0 0.39
HSL 185.58º 0.18% 0.52% -
HSV(B) 185.58º 0.28% 0.61% -
XYZ 23.67 27.94 35.16 -
YUV 139.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 112 151 155 0.28 0.03 0 0.39 185.58 0.18 0.52
Hex 70 97 9B 1C 3 0 27 BA 12 34
Octal 160 227 233 34 3 0 47 272 22 64
Binary 1110000 10010111 10011011 11100 11 0 100111 10111010 10010 110100

Color Harmonies of #70979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70979B

Black with #70979B

Text Example


Text Example

White with #70979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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