#71CCE5

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

Shades of Spray #71CCE5

Tints of Spray #71CCE5

Color information

#71CCE5 (or 0x71CCE5) is unknown color: approx Spray. HEX triplet: 71, CC and E5. RGB value is (113,204,229). Sum of RGB (Red+Green+Blue) = 113+204+229=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #71CCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCE5 is #8E331A. Grayscale: #B3B3B3. Windows color (decimal): -9319195 or 15060081. OLE color: 15060081.

HSL color Cylindrical-coordinate representation of color #71CCE5: hue angle of 192.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71CCE5 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB113204229-
CMYK0.510.1100.10
HSL192.93º69.05%67.06%-
HSV(B)192.93º50.66%89.8%-
XYZ42.5552.3581.99-
YUV179.64155.8580.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.70%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=20.70%
G=37.36%
B=41.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1132042290.510.1100.10192.9369.0567.06
Hex71CCE533B0Ac14543
Octal1613143456313012301105103
Binary111000111001100111001011100111011010101100000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,204,229); }

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

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

 a { background-color: rgb(113,204,229); }

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

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

 span { border-color: rgb(113,204,229); }

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