Html Css Color HEX #71999D Cadet Blue

📋 copy color: '#71999D'

red 113 ◦ green 153 ◦ blue 157

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

Shades of Cadet Blue #71999D

Tints of Cadet Blue #71999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

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

R = 26.71%
G = 36.17%
B = 37.12%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71999D (or 0x71999D) is known color: Cadet Blue. HEX triplet: 71, 99 and 9D. RGB value is (113,153,157). Sum of RGB (Red+Green+Blue) = 113+153+157=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #71999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71999D is #8E6662. Grayscale: #8D8D8D. Windows color (decimal): -9332323 or 10328433. OLE color: 10328433.

HSL color Cylindrical-coordinate representation of color #71999D: hue angle of 185.45º 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 #71999D is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 153 157 -
CMYK 0.28 0.03 0 0.38
HSL 185.45º 0.18% 0.53% -
HSV(B) 185.45º 0.28% 0.62% -
XYZ 24.29 28.73 36.16 -
YUV 141.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 113 153 157 0.28 0.03 0 0.38 185.45 0.18 0.53
Hex 71 99 9D 1C 3 0 26 B9 12 35
Octal 161 231 235 34 3 0 46 271 22 65
Binary 1110001 10011001 10011101 11100 11 0 100110 10111001 10010 110101

Color Harmonies of #71999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71999D

Black with #71999D

Text Example


Text Example

White with #71999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71999D; }

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

 H1.HeaderClassName
 {
   color: #71999D;
 }
 .AnyTagClassName
 {
   color: #71999D;
 }
</style>

background-color css

<style>
 a { background-color: #71999D; }

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

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

border-color css

<style>
 span { border-color: #71999D; }

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

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