#71CBCF

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

Shades of Spray #71CBCF

Tints of Spray #71CBCF

Color information

#71CBCF (or 0x71CBCF) is unknown color: approx Spray. HEX triplet: 71, CB and CF. RGB value is (113,203,207). Sum of RGB (Red+Green+Blue) = 113+203+207=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #71CBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBCF is #8E3430. Grayscale: #B0B0B0. Windows color (decimal): -9319473 or 13618033. OLE color: 13618033.

HSL color Cylindrical-coordinate representation of color #71CBCF: hue angle of 182.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CBCF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113203207-
CMYK0.450.0200.19
HSL182.55º49.47%62.75%-
HSV(B)182.55º45.41%81.18%-
XYZ39.4350.7366.74-
YUV176.55145.1882.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.61%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=21.61%
G=38.81%
B=39.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1132032070.450.0200.19182.5549.4762.75
Hex71CBCF2D2013b7313f
Octal1613133175520232676177
Binary111000111001011110011111011011001001110110111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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