#71C8E1

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

Shades of Spray #71C8E1

Tints of Spray #71C8E1

Color information

#71C8E1 (or 0x71C8E1) is unknown color: approx Spray. HEX triplet: 71, C8 and E1. RGB value is (113,200,225). Sum of RGB (Red+Green+Blue) = 113+200+225=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #71C8E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C8E1 is #8E371E. Grayscale: #B0B0B0. Windows color (decimal): -9320223 or 14796913. OLE color: 14796913.

HSL color Cylindrical-coordinate representation of color #71C8E1: hue angle of 193.39º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71C8E1 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113200225-
CMYK0.500.1100.12
HSL193.39º65.12%66.27%-
HSV(B)193.39º49.78%88.24%-
XYZ41.0550.2678.77-
YUV176.84155.1882.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.00%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 225 (88.28% from 255) = 41.82%
R=21.00%
G=37.17%
B=41.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132002250.500.1100.12193.3965.1266.27
Hex71C8E132B0Cc14142
Octal1613103416213014301101102
Binary111000111001000111000011100101011011001100000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,200,225); }

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

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

 a { background-color: rgb(113,200,225); }

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

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

 span { border-color: rgb(113,200,225); }

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