#71C5DD

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

Shades of Spray #71C5DD

Tints of Spray #71C5DD

Color information

#71C5DD (or 0x71C5DD) is unknown color: approx Spray. HEX triplet: 71, C5 and DD. RGB value is (113,197,221). Sum of RGB (Red+Green+Blue) = 113+197+221=531 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.28% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #71C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C5DD is #8E3A22. Grayscale: #AEAEAE. Windows color (decimal): -9320995 or 14534001. OLE color: 14534001.

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

Color convert

RGB113197221-
CMYK0.490.1100.13
HSL193.33º61.36%65.49%-
HSV(B)193.33º48.87%86.67%-
XYZ39.8348.6675.7-
YUV174.62154.1784.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.28%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=21.28%
G=37.10%
B=41.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131972210.490.1100.13193.3361.3665.49
Hex71C5DD31B0Dc13d41
Octal161305335611301530175101
Binary11100011100010111011101110001101101101110000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,197,221); }

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

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

 a { background-color: rgb(113,197,221); }

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

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

 span { border-color: rgb(113,197,221); }

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