Html Css Color HEX #709C9B Cadet Blue

📋 copy color: '#709C9B'

red 112 ◦ green 156 ◦ blue 155

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

Shades of Cadet Blue #709C9B

Tints of Cadet Blue #709C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

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

R = 26.48%
G = 36.88%
B = 36.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#709C9B (or 0x709C9B) is known color: Cadet Blue. HEX triplet: 70, 9C and 9B. RGB value is (112,156,155). Sum of RGB (Red+Green+Blue) = 112+156+155=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #709C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709C9B is #8F6364. Grayscale: #8E8E8E. Windows color (decimal): -9397093 or 10198128. OLE color: 10198128.

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

Color convert

RGB 112 156 155 -
CMYK 0.28 0 0.01 0.39
HSL 178.64º 0.18% 0.53% -
HSV(B) 178.64º 0.28% 0.61% -
XYZ 24.49 29.59 35.43 -
YUV 142.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 112 156 155 0.28 0 0.01 0.39 178.64 0.18 0.53
Hex 70 9C 9B 1C 0 1 27 B3 12 35
Octal 160 234 233 34 0 1 47 263 22 65
Binary 1110000 10011100 10011011 11100 0 1 100111 10110011 10010 110101

Color Harmonies of #709C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C9B

Black with #709C9B

Text Example


Text Example

White with #709C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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