Html Css Color HEX #709AA1 Cadet Blue

📋 copy color: '#709AA1'

red 112 ◦ green 154 ◦ blue 161

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

Shades of Cadet Blue #709AA1

Tints of Cadet Blue #709AA1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

 BLUE value IS 161 (63.28% from 255) = 37.7%

R = 26.23%
G = 36.07%
B = 37.7%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#709AA1 (or 0x709AA1) is known color: Cadet Blue. HEX triplet: 70, 9A and A1. RGB value is (112,154,161). Sum of RGB (Red+Green+Blue) = 112+154+161=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 161 - color contains mainly: blue. Hex color #709AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AA1 is #8F655E. Grayscale: #8E8E8E. Windows color (decimal): -9397599 or 10590832. OLE color: 10590832.

HSL color Cylindrical-coordinate representation of color #709AA1: hue angle of 188.57º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709AA1 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 154 161 -
CMYK 0.30 0.04 0 0.37
HSL 188.57º 0.21% 0.54% -
HSV(B) 188.57º 0.3% 0.63% -
XYZ 24.67 29.13 38.04 -
YUV 142.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 112 154 161 0.30 0.04 0 0.37 188.57 0.21 0.54
Hex 70 9A A1 1E 4 0 25 BD 15 36
Octal 160 232 241 36 4 0 45 275 25 66
Binary 1110000 10011010 10100001 11110 100 0 100101 10111101 10101 110110

Color Harmonies of #709AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AA1

Black with #709AA1

Text Example


Text Example

White with #709AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #709AA1;
 }
 .AnyTagClassName
 {
   color: #709AA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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