#709B9E

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

Shades of Cadet Blue #709B9E

Tints of Cadet Blue #709B9E

Color information

#709B9E (or 0x709B9E) is unknown color: approx Cadet Blue. HEX triplet: 70, 9B and 9E. RGB value is (112,155,158). Sum of RGB (Red+Green+Blue) = 112+155+158=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #709B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B9E is #8F6461. Grayscale: #8E8E8E. Windows color (decimal): -9397346 or 10394480. OLE color: 10394480.

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

Color convert

RGB112155158-
CMYK0.290.0200.38
HSL183.91º19.17%52.94%-
HSV(B)183.91º29.11%61.96%-
XYZ24.5729.3636.72-
YUV142.49136.75106.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=26.35%
G=36.47%
B=37.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121551580.290.0200.38183.9119.1752.94
Hex709B9E1D2026b81335
Octal1602332363520462702365
Binary11100001001101110011110111011001001101011100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,158); }

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

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

 a { background-color: rgb(112,155,158); }

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

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

 span { border-color: rgb(112,155,158); }

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