#82CAE1

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

Shades of Spray #82CAE1

Tints of Spray #82CAE1

Color information

#82CAE1 (or 0x82CAE1) is unknown color: approx Spray. HEX triplet: 82, CA and E1. RGB value is (130,202,225). Sum of RGB (Red+Green+Blue) = 130+202+225=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #82CAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CAE1 is #7D351E. Grayscale: #B6B6B6. Windows color (decimal): -8205599 or 14797442. OLE color: 14797442.

HSL color Cylindrical-coordinate representation of color #82CAE1: hue angle of 194.53º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82CAE1 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB130202225-
CMYK0.420.1000.12
HSL194.53º61.29%69.61%-
HSV(B)194.53º42.22%88.24%-
XYZ43.9252.4279.04-
YUV183.09151.6590.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.34%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=23.34%
G=36.27%
B=40.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302022250.420.1000.12194.5361.2969.61
Hex82CAE12AA0Cc33d46
Octal202312341521201430375106
Binary100000101100101011100001101010101001100110000111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82CAE1; }

 p { color: rgb(130,202,225); }

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

<style>
 a { background-color: #82CAE1; }

 a { background-color: rgb(130,202,225); }

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

<style>
 span { border-color: #82CAE1; }

 span { border-color: rgb(130,202,225); }

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