#71CAE9

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

Shades of Spray #71CAE9

Tints of Spray #71CAE9

Color information

#71CAE9 (or 0x71CAE9) is unknown color: approx Spray. HEX triplet: 71, CA and E9. RGB value is (113,202,233). Sum of RGB (Red+Green+Blue) = 113+202+233=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #71CAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CAE9 is #8E3516. Grayscale: #B2B2B2. Windows color (decimal): -9319703 or 15321713. OLE color: 15321713.

HSL color Cylindrical-coordinate representation of color #71CAE9: hue angle of 195.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71CAE9 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB113202233-
CMYK0.520.1300.09
HSL195.5º73.17%67.84%-
HSV(B)195.5º51.5%91.37%-
XYZ42.6451.6384.81-
YUV178.92158.5180.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.62%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 233 (91.41% from 255) = 42.52%
R=20.62%
G=36.86%
B=42.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132022330.520.1300.09195.573.1767.84
Hex71CAE934D09c44944
Octal1613123516415011304111104
Binary111000111001010111010011101001101010011100010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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