#71CAE0

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

Shades of Spray #71CAE0

Tints of Spray #71CAE0

Color information

#71CAE0 (or 0x71CAE0) is unknown color: approx Spray. HEX triplet: 71, CA and E0. RGB value is (113,202,224). Sum of RGB (Red+Green+Blue) = 113+202+224=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #71CAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CAE0 is #8E351F. Grayscale: #B1B1B1. Windows color (decimal): -9319712 or 14731889. OLE color: 14731889.

HSL color Cylindrical-coordinate representation of color #71CAE0: hue angle of 191.89º degrees, saturation: 0.64, 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 #71CAE0 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113202224-
CMYK0.500.1000.12
HSL191.89º64.16%66.08%-
HSV(B)191.89º49.55%87.84%-
XYZ41.3951.1378.21-
YUV177.9154.0181.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.96%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=20.96%
G=37.48%
B=41.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132022240.500.1000.12191.8964.1666.08
Hex71CAE032A0Cc04042
Octal1613123406212014300100102
Binary111000111001010111000001100101010011001100000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,202,224); }

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

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

 a { background-color: rgb(113,202,224); }

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

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

 span { border-color: rgb(113,202,224); }

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