#83DFE7

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

Shades of Spray #83DFE7

Tints of Spray #83DFE7

Color information

#83DFE7 (or 0x83DFE7) is unknown color: approx Spray. HEX triplet: 83, DF and E7. RGB value is (131,223,231). Sum of RGB (Red+Green+Blue) = 131+223+231=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #83DFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DFE7 is #7C2018. Grayscale: #C4C4C4. Windows color (decimal): -8134681 or 15196035. OLE color: 15196035.

HSL color Cylindrical-coordinate representation of color #83DFE7: hue angle of 184.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83DFE7 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB131223231-
CMYK0.430.0300.09
HSL184.8º67.57%70.98%-
HSV(B)184.8º43.29%90.59%-
XYZ50.1763.3785.19-
YUV196.4147.5281.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.39%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 231 (90.62% from 255) = 39.49%
R=22.39%
G=38.12%
B=39.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1312232310.430.0300.09184.867.5770.98
Hex83DFE72B309b94447
Octal203337347533011271104107
Binary10000011110111111110011110101111010011011100110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DFE7; }

 p { color: rgb(131,223,231); }

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

<style>
 a { background-color: #83DFE7; }

 a { background-color: rgb(131,223,231); }

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

<style>
 span { border-color: #83DFE7; }

 span { border-color: rgb(131,223,231); }

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