#82CFE4

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

Shades of Spray #82CFE4

Tints of Spray #82CFE4

Color information

#82CFE4 (or 0x82CFE4) is unknown color: approx Spray. HEX triplet: 82, CF and E4. RGB value is (130,207,228). Sum of RGB (Red+Green+Blue) = 130+207+228=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #82CFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CFE4 is #7D301B. Grayscale: #BABABA. Windows color (decimal): -8204316 or 14995330. OLE color: 14995330.

HSL color Cylindrical-coordinate representation of color #82CFE4: hue angle of 192.86º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82CFE4 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB130207228-
CMYK0.430.0900.11
HSL192.86º64.47%70.2%-
HSV(B)192.86º42.98%89.41%-
XYZ45.5254.9781.61-
YUV186.37151.4987.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.01%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 228 (89.45% from 255) = 40.35%
R=23.01%
G=36.64%
B=40.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302072280.430.0900.11192.8664.4770.2
Hex82CFE42B90Bc14046
Octal2023173445311013301100106
Binary1000001011001111111001001010111001010111100000110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,207,228); }

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

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

 a { background-color: rgb(130,207,228); }

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

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

 span { border-color: rgb(130,207,228); }

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