#70989F

Color #70989F Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #70989F

Tints of Cadet Blue #70989F

Color information

#70989F (or 0x70989F) is unknown color: approx Cadet Blue. HEX triplet: 70, 98 and 9F. RGB value is (112,152,159). Sum of RGB (Red+Green+Blue) = 112+152+159=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #70989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70989F is #8F6760. Grayscale: #8C8C8C. Windows color (decimal): -9398113 or 10459248. OLE color: 10459248.

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

Color convert

RGB112152159-
CMYK0.300.0400.38
HSL188.94º19.67%53.14%-
HSV(B)188.94º29.56%62.35%-
XYZ24.1728.437.01-
YUV140.84138.25107.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=26.48%
G=35.93%
B=37.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121521590.300.0400.38188.9419.6753.14
Hex70989F1E4026bd1435
Octal1602302373640462752465
Binary111000010011000100111111111010001001101011110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70989F;
 }
 .AnyTagClassName
 {
   color: #70989F;
 }
</style>
background-color css

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

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

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

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

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

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