Html Css Color HEX #70989C Cadet Blue

📋 copy color: '#70989C'

red 112 ◦ green 152 ◦ blue 156

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

Shades of Cadet Blue #70989C

Tints of Cadet Blue #70989C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 26.67%
G = 36.19%
B = 37.14%

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

#70989C (or 0x70989C) is known color: Cadet Blue. HEX triplet: 70, 98 and 9C. RGB value is (112,152,156). Sum of RGB (Red+Green+Blue) = 112+152+156=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #70989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70989C is #8F6763. Grayscale: #8C8C8C. Windows color (decimal): -9398116 or 10262640. OLE color: 10262640.

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

Color convert

RGB 112 152 156 -
CMYK 0.28 0.03 0 0.39
HSL 185.45º 0.18% 0.53% -
HSV(B) 185.45º 0.28% 0.61% -
XYZ 23.91 28.3 35.65 -
YUV 140.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 112 152 156 0.28 0.03 0 0.39 185.45 0.18 0.53
Hex 70 98 9C 1C 3 0 27 B9 12 35
Octal 160 230 234 34 3 0 47 271 22 65
Binary 1110000 10011000 10011100 11100 11 0 100111 10111001 10010 110101

Color Harmonies of #70989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70989C

Black with #70989C

Text Example


Text Example

White with #70989C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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