Html Css Color HEX #70989E Cadet Blue

📋 copy color: '#70989E'

red 112 ◦ green 152 ◦ blue 158

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

Shades of Cadet Blue #70989E

Tints of Cadet Blue #70989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.02%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 26.54%
G = 36.02%
B = 37.44%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70989E (or 0x70989E) is known color: Cadet Blue. HEX triplet: 70, 98 and 9E. RGB value is (112,152,158). Sum of RGB (Red+Green+Blue) = 112+152+158=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #70989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70989E is #8F6761. Grayscale: #8C8C8C. Windows color (decimal): -9398114 or 10393712. OLE color: 10393712.

HSL color Cylindrical-coordinate representation of color #70989E: hue angle of 187.83º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70989E is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 152 158 -
CMYK 0.29 0.04 0 0.38
HSL 187.83º 0.19% 0.53% -
HSV(B) 187.83º 0.29% 0.62% -
XYZ 24.08 28.37 36.55 -
YUV 140.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 112 152 158 0.29 0.04 0 0.38 187.83 0.19 0.53
Hex 70 98 9E 1D 4 0 26 BC 13 35
Octal 160 230 236 35 4 0 46 274 23 65
Binary 1110000 10011000 10011110 11101 100 0 100110 10111100 10011 110101

Color Harmonies of #70989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70989E

Black with #70989E

Text Example


Text Example

White with #70989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70989E; }

 p { color: rgb(112,152,158); }

 H1.HeaderClassName
 {
   color: #70989E;
 }
 .AnyTagClassName
 {
   color: #70989E;
 }
</style>

background-color css

<style>
 a { background-color: #70989E; }

 a { background-color: rgb(112,152,158); }

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

border-color css

<style>
 span { border-color: #70989E; }

 span { border-color: rgb(112,152,158); }

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