Html Css Color HEX #719A9B Cadet Blue

📋 copy color: '#719A9B'

red 113 ◦ green 154 ◦ blue 155

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

Shades of Cadet Blue #719A9B

Tints of Cadet Blue #719A9B

RGB

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

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

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

R = 26.78%
G = 36.49%
B = 36.73%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#719A9B (or 0x719A9B) is known color: Cadet Blue. HEX triplet: 71, 9A and 9B. RGB value is (113,154,155). Sum of RGB (Red+Green+Blue) = 113+154+155=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #719A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A9B is #8E6564. Grayscale: #8D8D8D. Windows color (decimal): -9332069 or 10197617. OLE color: 10197617.

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

Color convert

RGB 113 154 155 -
CMYK 0.27 0.01 0 0.39
HSL 181.43º 0.17% 0.53% -
HSV(B) 181.43º 0.27% 0.61% -
XYZ 24.28 28.99 35.33 -
YUV 141.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 113 154 155 0.27 0.01 0 0.39 181.43 0.17 0.53
Hex 71 9A 9B 1B 1 0 27 B5 11 35
Octal 161 232 233 33 1 0 47 265 21 65
Binary 1110001 10011010 10011011 11011 1 0 100111 10110101 10001 110101

Color Harmonies of #719A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A9B

Black with #719A9B

Text Example


Text Example

White with #719A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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