#71C4DF

Color #71C4DF Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #71C4DF

Tints of Spray #71C4DF

Color information

#71C4DF (or 0x71C4DF) is unknown color: approx Spray. HEX triplet: 71, C4 and DF. RGB value is (113,196,223). Sum of RGB (Red+Green+Blue) = 113+196+223=532 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.24% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #71C4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C4DF is #8E3B20. Grayscale: #AEAEAE. Windows color (decimal): -9321249 or 14664817. OLE color: 14664817.

HSL color Cylindrical-coordinate representation of color #71C4DF: hue angle of 194.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71C4DF is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113196223-
CMYK0.490.1200.13
HSL194.73º63.22%65.88%-
HSV(B)194.73º49.33%87.45%-
XYZ39.8748.3277.04-
YUV174.26155.584.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.24%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=21.24%
G=36.84%
B=41.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131962230.490.1200.13194.7363.2265.88
Hex71C4DF31C0Dc33f42
Octal161304337611401530377102
Binary11100011100010011011111110001110001101110000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71C4DF; }

 p { color: rgb(113,196,223); }

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

<style>
 a { background-color: #71C4DF; }

 a { background-color: rgb(113,196,223); }

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

<style>
 span { border-color: #71C4DF; }

 span { border-color: rgb(113,196,223); }

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