#71CAE4

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

Shades of Spray #71CAE4

Tints of Spray #71CAE4

Color information

#71CAE4 (or 0x71CAE4) is unknown color: approx Spray. HEX triplet: 71, CA and E4. RGB value is (113,202,228). Sum of RGB (Red+Green+Blue) = 113+202+228=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #71CAE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CAE4 is #8E351B. Grayscale: #B2B2B2. Windows color (decimal): -9319708 or 14994033. OLE color: 14994033.

HSL color Cylindrical-coordinate representation of color #71CAE4: hue angle of 193.57º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71CAE4 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB113202228-
CMYK0.500.1100.11
HSL193.57º68.05%66.86%-
HSV(B)193.57º50.44%89.41%-
XYZ41.9351.3581.1-
YUV178.35156.0181.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.81%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 228 (89.45% from 255) = 41.99%
R=20.81%
G=37.20%
B=41.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1132022280.500.1100.11193.5768.0566.86
Hex71CAE432B0Bc24443
Octal1613123446213013302104103
Binary111000111001010111001001100101011010111100001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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