#71CDD6

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

Shades of Spray #71CDD6

Tints of Spray #71CDD6

Color information

#71CDD6 (or 0x71CDD6) is unknown color: approx Spray. HEX triplet: 71, CD and D6. RGB value is (113,205,214). Sum of RGB (Red+Green+Blue) = 113+205+214=532 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.24% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #71CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDD6 is #8E3229. Grayscale: #B2B2B2. Windows color (decimal): -9318954 or 14077297. OLE color: 14077297.

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

Color convert

RGB113205214-
CMYK0.470.0400.16
HSL185.35º55.19%64.12%-
HSV(B)185.35º47.2%83.92%-
XYZ40.7852.0371.51-
YUV178.52148.0281.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.24%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 214 (83.98% from 255) = 40.23%
R=21.24%
G=38.53%
B=40.23%

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
Decimal1132052140.470.0400.16185.3555.1964.12
Hex71CDD62F4010b93740
Octal16131532657402027167100
Binary11100011100110111010110101111100010000101110011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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