Html Css Color HEX #83E0DE Spray

📋 copy color: '#83E0DE'

red 131 ◦ green 224 ◦ blue 222

#83E0DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #83E0DE

Tints of Spray #83E0DE

RGB

 RED value IS 131 (51.56% from 255) = 22.7%

 GREEN value IS 224 (87.89% from 255) = 38.82%

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 22.7%
G = 38.82%
B = 38.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#83E0DE (or 0x83E0DE) is known color: Spray. HEX triplet: 83, E0 and DE. RGB value is (131,224,222). Sum of RGB (Red+Green+Blue) = 131+224+222=577 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.70% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #83E0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E0DE is #7C1F21. Grayscale: #C3C3C3. Windows color (decimal): -8134434 or 14606467. OLE color: 14606467.

HSL color Cylindrical-coordinate representation of color #83E0DE: hue angle of 178.71º degrees, saturation: 0.6, 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 #83E0DE is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 224 222 -
CMYK 0.42 0 0.01 0.12
HSL 178.71º 0.6% 0.7% -
HSV(B) 178.71º 0.42% 0.88% -
XYZ 49.2 63.41 78.75 -
YUV 195.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 131 224 222 0.42 0 0.01 0.12 178.71 0.6 0.7
Hex 83 E0 DE 2A 0 1 C B3 3C 46
Octal 203 340 336 52 0 1 14 263 74 106
Binary 10000011 11100000 11011110 101010 0 1 1100 10110011 111100 1000110

Color Harmonies of #83E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E0DE

Black with #83E0DE

Text Example


Text Example

White with #83E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83E0DE;
 }
 .AnyTagClassName
 {
   color: #83E0DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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