#71C6D6

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

Shades of Spray #71C6D6

Tints of Spray #71C6D6

Color information

#71C6D6 (or 0x71C6D6) is unknown color: approx Spray. HEX triplet: 71, C6 and D6. RGB value is (113,198,214). Sum of RGB (Red+Green+Blue) = 113+198+214=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #71C6D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C6D6 is #8E3929. Grayscale: #AEAEAE. Windows color (decimal): -9320746 or 14075505. OLE color: 14075505.

HSL color Cylindrical-coordinate representation of color #71C6D6: hue angle of 189.5º degrees, saturation: 0.55, 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 #71C6D6 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB113198214-
CMYK0.470.0700.16
HSL189.5º55.19%64.12%-
HSV(B)189.5º47.2%83.92%-
XYZ39.1448.7570.97-
YUV174.41150.3484.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.52%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 214 (83.98% from 255) = 40.76%
R=21.52%
G=37.71%
B=40.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131982140.470.0700.16189.555.1964.12
Hex71C6D62F7010be3740
Octal16130632657702027667100
Binary11100011100011011010110101111111010000101111101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,198,214); }

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

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

 a { background-color: rgb(113,198,214); }

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

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

 span { border-color: rgb(113,198,214); }

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