#709F9D

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

Shades of Cadet Blue #709F9D

Tints of Cadet Blue #709F9D

Color information

#709F9D (or 0x709F9D) is unknown color: approx Cadet Blue. HEX triplet: 70, 9F and 9D. RGB value is (112,159,157). Sum of RGB (Red+Green+Blue) = 112+159+157=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 159 - color contains mainly: green. Hex color #709F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709F9D is #8F6062. Grayscale: #909090. Windows color (decimal): -9396323 or 10329968. OLE color: 10329968.

HSL color Cylindrical-coordinate representation of color #709F9D: hue angle of 177.45º 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 #709F9D is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB112159157-
CMYK0.3000.010.38
HSL177.45º19.67%53.14%-
HSV(B)177.45º29.56%62.35%-
XYZ25.1730.6836.49-
YUV144.72134.93104.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 159 (62.5% from 255) = 37.15%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=26.17%
G=37.15%
B=36.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121591570.3000.010.38177.4519.6753.14
Hex709F9D1E0126b11435
Octal1602372353601462612465
Binary1110000100111111001110111110011001101011000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709F9D; }

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

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

<style>
 a { background-color: #709F9D; }

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

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

<style>
 span { border-color: #709F9D; }

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

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