#71989E

Color #71989E Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #71989E

Tints of Cadet Blue #71989E

Color information

#71989E (or 0x71989E) is unknown color: approx Cadet Blue. HEX triplet: 71, 98 and 9E. RGB value is (113,152,158). Sum of RGB (Red+Green+Blue) = 113+152+158=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #71989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71989E is #8E6761. Grayscale: #8C8C8C. Windows color (decimal): -9332578 or 10393713. OLE color: 10393713.

HSL color Cylindrical-coordinate representation of color #71989E: hue angle of 188º degrees, saturation: 0.19, 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 #71989E is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113152158-
CMYK0.280.0400.38
HSL188º18.83%53.14%-
HSV(B)188º28.48%61.96%-
XYZ24.2128.4436.56-
YUV141.02137.58108.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=26.71%
G=35.93%
B=37.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131521580.280.0400.3818818.8353.14
Hex71989E1C4026bc1335
Octal1612302363440462742365
Binary111000110011000100111101110010001001101011110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71989E; }

 p { color: rgb(113,152,158); }

 H1.HeaderClassName
 {
   color: #71989E;
 }
 .AnyTagClassName
 {
   color: #71989E;
 }
</style>
background-color css

<style>
 a { background-color: #71989E; }

 a { background-color: rgb(113,152,158); }

 div.DivClassName
 {
   background-color: #71989E;
 }
 .BgClassName
 {
   background-color: #71989E;
 }
</style>
border-color css

<style>
 span { border-color: #71989E; }

 span { border-color: rgb(113,152,158); }

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