Html Css Color HEX #719A9D Cadet Blue

📋 copy color: '#719A9D'

red 113 ◦ green 154 ◦ blue 157

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

Shades of Cadet Blue #719A9D

Tints of Cadet Blue #719A9D

RGB

 RED value IS 113 (44.53% from 255) = 26.65%

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 26.65%
G = 36.32%
B = 37.03%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#719A9D (or 0x719A9D) is known color: Cadet Blue. HEX triplet: 71, 9A and 9D. RGB value is (113,154,157). Sum of RGB (Red+Green+Blue) = 113+154+157=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #719A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A9D is #8E6562. Grayscale: #8E8E8E. Windows color (decimal): -9332067 or 10328689. OLE color: 10328689.

HSL color Cylindrical-coordinate representation of color #719A9D: hue angle of 184.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719A9D is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 154 157 -
CMYK 0.28 0.02 0 0.38
HSL 184.09º 0.18% 0.53% -
HSV(B) 184.09º 0.28% 0.62% -
XYZ 24.45 29.06 36.22 -
YUV 142.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 113 154 157 0.28 0.02 0 0.38 184.09 0.18 0.53
Hex 71 9A 9D 1C 2 0 26 B8 12 35
Octal 161 232 235 34 2 0 46 270 22 65
Binary 1110001 10011010 10011101 11100 10 0 100110 10111000 10010 110101

Color Harmonies of #719A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A9D

Black with #719A9D

Text Example


Text Example

White with #719A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719A9D; }

 p { color: rgb(113,154,157); }

 H1.HeaderClassName
 {
   color: #719A9D;
 }
 .AnyTagClassName
 {
   color: #719A9D;
 }
</style>

background-color css

<style>
 a { background-color: #719A9D; }

 a { background-color: rgb(113,154,157); }

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

border-color css

<style>
 span { border-color: #719A9D; }

 span { border-color: rgb(113,154,157); }

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