Html Css Color HEX #709A9B Cadet Blue

📋 copy color: '#709A9B'

red 112 ◦ green 154 ◦ blue 155

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

Shades of Cadet Blue #709A9B

Tints of Cadet Blue #709A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 26.6%
G = 36.58%
B = 36.82%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#709A9B (or 0x709A9B) is known color: Cadet Blue. HEX triplet: 70, 9A and 9B. RGB value is (112,154,155). Sum of RGB (Red+Green+Blue) = 112+154+155=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #709A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709A9B is #8F6564. Grayscale: #8D8D8D. Windows color (decimal): -9397605 or 10197616. OLE color: 10197616.

HSL color Cylindrical-coordinate representation of color #709A9B: hue angle of 181.4º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709A9B is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 154 155 -
CMYK 0.28 0.01 0 0.39
HSL 181.4º 0.18% 0.52% -
HSV(B) 181.4º 0.28% 0.61% -
XYZ 24.15 28.92 35.32 -
YUV 141.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 112 154 155 0.28 0.01 0 0.39 181.4 0.18 0.52
Hex 70 9A 9B 1C 1 0 27 B5 12 34
Octal 160 232 233 34 1 0 47 265 22 64
Binary 1110000 10011010 10011011 11100 1 0 100111 10110101 10010 110100

Color Harmonies of #709A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A9B

Black with #709A9B

Text Example


Text Example

White with #709A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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