#71CBCD

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

Shades of Spray #71CBCD

Tints of Spray #71CBCD

Color information

#71CBCD (or 0x71CBCD) is unknown color: approx Spray. HEX triplet: 71, CB and CD. RGB value is (113,203,205). Sum of RGB (Red+Green+Blue) = 113+203+205=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #71CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBCD is #8E3432. Grayscale: #B0B0B0. Windows color (decimal): -9319475 or 13486961. OLE color: 13486961.

HSL color Cylindrical-coordinate representation of color #71CBCD: hue angle of 181.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CBCD is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113203205-
CMYK0.450.0100.20
HSL181.3º47.92%62.35%-
HSV(B)181.3º44.88%80.39%-
XYZ39.1950.6365.46-
YUV176.32144.1882.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.69%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=21.69%
G=38.96%
B=39.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132032050.450.0100.20181.347.9262.35
Hex71CBCD2D1014b5303e
Octal1613133155510242656076
Binary11100011100101111001101101101101010010110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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