#71CDDA

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

Shades of Spray #71CDDA

Tints of Spray #71CDDA

Color information

#71CDDA (or 0x71CDDA) is unknown color: approx Spray. HEX triplet: 71, CD and DA. RGB value is (113,205,218). Sum of RGB (Red+Green+Blue) = 113+205+218=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #71CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDDA is #8E3225. Grayscale: #B2B2B2. Windows color (decimal): -9318950 or 14339441. OLE color: 14339441.

HSL color Cylindrical-coordinate representation of color #71CDDA: hue angle of 187.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71CDDA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113205218-
CMYK0.480.0600.15
HSL187.43º58.66%64.9%-
HSV(B)187.43º48.17%85.49%-
XYZ41.352.2474.24-
YUV178.97150.0280.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.08%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=21.08%
G=38.25%
B=40.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132052180.480.0600.15187.4358.6664.9
Hex71CDDA3060Fbb3b41
Octal16131533260601727373101
Binary1110001110011011101101011000011001111101110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,205,218); }

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

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

 a { background-color: rgb(113,205,218); }

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

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

 span { border-color: rgb(113,205,218); }

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