Html Css Color HEX #70989D Cadet Blue

📋 copy color: '#70989D'

red 112 ◦ green 152 ◦ blue 157

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

Shades of Cadet Blue #70989D

Tints of Cadet Blue #70989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 26.6%
G = 36.1%
B = 37.29%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70989D (or 0x70989D) is known color: Cadet Blue. HEX triplet: 70, 98 and 9D. RGB value is (112,152,157). Sum of RGB (Red+Green+Blue) = 112+152+157=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #70989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70989D is #8F6762. Grayscale: #8C8C8C. Windows color (decimal): -9398115 or 10328176. OLE color: 10328176.

HSL color Cylindrical-coordinate representation of color #70989D: hue angle of 186.67º 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 #70989D is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 152 157 -
CMYK 0.29 0.03 0 0.38
HSL 186.67º 0.19% 0.53% -
HSV(B) 186.67º 0.29% 0.62% -
XYZ 24 28.34 36.1 -
YUV 140.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 112 152 157 0.29 0.03 0 0.38 186.67 0.19 0.53
Hex 70 98 9D 1D 3 0 26 BB 13 35
Octal 160 230 235 35 3 0 46 273 23 65
Binary 1110000 10011000 10011101 11101 11 0 100110 10111011 10011 110101

Color Harmonies of #70989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70989D

Black with #70989D

Text Example


Text Example

White with #70989D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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