#83DFEA

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

Shades of Spray #83DFEA

Tints of Spray #83DFEA

Color information

#83DFEA (or 0x83DFEA) is unknown color: approx Spray. HEX triplet: 83, DF and EA. RGB value is (131,223,234). Sum of RGB (Red+Green+Blue) = 131+223+234=588 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.28% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #83DFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DFEA is #7C2015. Grayscale: #C4C4C4. Windows color (decimal): -8134678 or 15392643. OLE color: 15392643.

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

Color convert

RGB131223234-
CMYK0.440.0500.08
HSL186.41º71.03%71.57%-
HSV(B)186.41º44.02%91.76%-
XYZ50.663.5487.44-
YUV196.75149.0281.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.28%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=22.28%
G=37.93%
B=39.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1312232340.440.0500.08186.4171.0371.57
Hex83DFEA2C508ba4748
Octal203337352545010272107110
Binary100000111101111111101010101100101010001011101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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