#83DEE9

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

Shades of Spray #83DEE9

Tints of Spray #83DEE9

Color information

#83DEE9 (or 0x83DEE9) is unknown color: approx Spray. HEX triplet: 83, DE and E9. RGB value is (131,222,233). Sum of RGB (Red+Green+Blue) = 131+222+233=586 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.35% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #83DEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DEE9 is #7C2116. Grayscale: #C3C3C3. Windows color (decimal): -8134935 or 15326851. OLE color: 15326851.

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

Color convert

RGB131222233-
CMYK0.440.0500.09
HSL186.47º69.86%71.37%-
HSV(B)186.47º43.78%91.37%-
XYZ50.1962.9586.6-
YUV196.04148.8581.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.35%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=22.35%
G=37.88%
B=39.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1312222330.440.0500.09186.4769.8671.37
Hex83DEE92C509ba4647
Octal203336351545011272106107
Binary100000111101111011101001101100101010011011101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,222,233); }

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

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

 a { background-color: rgb(131,222,233); }

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

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

 span { border-color: rgb(131,222,233); }

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