#71CED7

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

Shades of Spray #71CED7

Tints of Spray #71CED7

Color information

#71CED7 (or 0x71CED7) is unknown color: approx Spray. HEX triplet: 71, CE and D7. RGB value is (113,206,215). Sum of RGB (Red+Green+Blue) = 113+206+215=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #71CED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CED7 is #8E3128. Grayscale: #B3B3B3. Windows color (decimal): -9318697 or 14143089. OLE color: 14143089.

HSL color Cylindrical-coordinate representation of color #71CED7: hue angle of 185.29º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71CED7 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB113206215-
CMYK0.470.0400.16
HSL185.29º56.04%64.31%-
HSV(B)185.29º47.44%84.31%-
XYZ41.1552.5672.27-
YUV179.22148.1980.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.16%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=21.16%
G=38.58%
B=40.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132062150.470.0400.16185.2956.0464.31
Hex71CED72F4010b93840
Octal16131632757402027170100
Binary11100011100111011010111101111100010000101110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,206,215); }

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

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

 a { background-color: rgb(113,206,215); }

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

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

 span { border-color: rgb(113,206,215); }

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