#71CAEB

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

Shades of Spray #71CAEB

Tints of Spray #71CAEB

Color information

#71CAEB (or 0x71CAEB) is unknown color: approx Spray. HEX triplet: 71, CA and EB. RGB value is (113,202,235). Sum of RGB (Red+Green+Blue) = 113+202+235=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #71CAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CAEB is #8E3514. Grayscale: #B2B2B2. Windows color (decimal): -9319701 or 15452785. OLE color: 15452785.

HSL color Cylindrical-coordinate representation of color #71CAEB: hue angle of 196.23º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71CAEB is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113202235-
CMYK0.520.1400.08
HSL196.23º75.31%68.24%-
HSV(B)196.23º51.91%92.16%-
XYZ42.9351.7586.32-
YUV179.15159.5180.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.55%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=20.55%
G=36.73%
B=42.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132022350.520.1400.08196.2375.3168.24
Hex71CAEB34E08c44b44
Octal1613123536416010304113104
Binary111000111001010111010111101001110010001100010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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