#71CDDC

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

Shades of Spray #71CDDC

Tints of Spray #71CDDC

Color information

#71CDDC (or 0x71CDDC) is unknown color: approx Spray. HEX triplet: 71, CD and DC. RGB value is (113,205,220). Sum of RGB (Red+Green+Blue) = 113+205+220=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #71CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDDC is #8E3223. Grayscale: #B3B3B3. Windows color (decimal): -9318948 or 14470513. OLE color: 14470513.

HSL color Cylindrical-coordinate representation of color #71CDDC: hue angle of 188.41º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71CDDC is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113205220-
CMYK0.490.0700.14
HSL188.41º60.45%65.29%-
HSV(B)188.41º48.64%86.27%-
XYZ41.5652.3475.62-
YUV179.2151.0280.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.00%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=21.00%
G=38.10%
B=40.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132052200.490.0700.14188.4160.4565.29
Hex71CDDC3170Ebc3c41
Octal16131533461701627474101
Binary1110001110011011101110011000111101110101111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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