Html Css Color HEX #70989A Cadet Blue

📋 copy color: '#70989A'

red 112 ◦ green 152 ◦ blue 154

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

Shades of Cadet Blue #70989A

Tints of Cadet Blue #70989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 26.79%
G = 36.36%
B = 36.84%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70989A (or 0x70989A) is known color: Cadet Blue. HEX triplet: 70, 98 and 9A. RGB value is (112,152,154). Sum of RGB (Red+Green+Blue) = 112+152+154=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #70989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70989A is #8F6765. Grayscale: #8C8C8C. Windows color (decimal): -9398118 or 10131568. OLE color: 10131568.

HSL color Cylindrical-coordinate representation of color #70989A: hue angle of 182.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70989A is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 154 -
CMYK 0.27 0.01 0 0.40
HSL 182.86º 0.17% 0.52% -
HSV(B) 182.86º 0.27% 0.6% -
XYZ 23.74 28.23 34.77 -
YUV 140.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 112 152 154 0.27 0.01 0 0.40 182.86 0.17 0.52
Hex 70 98 9A 1B 1 0 28 B7 11 34
Octal 160 230 232 33 1 0 50 267 21 64
Binary 1110000 10011000 10011010 11011 1 0 101000 10110111 10001 110100

Color Harmonies of #70989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70989A

Black with #70989A

Text Example


Text Example

White with #70989A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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