Html Css Color HEX #71999C Cadet Blue

📋 copy color: '#71999C'

red 113 ◦ green 153 ◦ blue 156

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

Shades of Cadet Blue #71999C

Tints of Cadet Blue #71999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 26.78%
G = 36.26%
B = 36.97%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71999C (or 0x71999C) is known color: Cadet Blue. HEX triplet: 71, 99 and 9C. RGB value is (113,153,156). Sum of RGB (Red+Green+Blue) = 113+153+156=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #71999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71999C is #8E6663. Grayscale: #8D8D8D. Windows color (decimal): -9332324 or 10262897. OLE color: 10262897.

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

Color convert

RGB 113 153 156 -
CMYK 0.28 0.02 0 0.39
HSL 184.19º 0.18% 0.53% -
HSV(B) 184.19º 0.28% 0.61% -
XYZ 24.2 28.69 35.72 -
YUV 141.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 113 153 156 0.28 0.02 0 0.39 184.19 0.18 0.53
Hex 71 99 9C 1C 2 0 27 B8 12 35
Octal 161 231 234 34 2 0 47 270 22 65
Binary 1110001 10011001 10011100 11100 10 0 100111 10111000 10010 110101

Color Harmonies of #71999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71999C

Black with #71999C

Text Example


Text Example

White with #71999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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