Html Css Color HEX #83E0DD Spray

📋 copy color: '#83E0DD'

red 131 ◦ green 224 ◦ blue 221

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

Shades of Spray #83E0DD

Tints of Spray #83E0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 22.74%
G = 38.89%
B = 38.37%

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

#83E0DD (or 0x83E0DD) is known color: Spray. HEX triplet: 83, E0 and DD. RGB value is (131,224,221). Sum of RGB (Red+Green+Blue) = 131+224+221=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #83E0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E0DD is #7C1F22. Grayscale: #C3C3C3. Windows color (decimal): -8134435 or 14540931. OLE color: 14540931.

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

Color convert

RGB 131 224 221 -
CMYK 0.42 0 0.01 0.12
HSL 178.06º 0.6% 0.7% -
HSV(B) 178.06º 0.42% 0.88% -
XYZ 49.07 63.36 78.05 -
YUV 195.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 131 224 221 0.42 0 0.01 0.12 178.06 0.6 0.7
Hex 83 E0 DD 2A 0 1 C B2 3C 46
Octal 203 340 335 52 0 1 14 262 74 106
Binary 10000011 11100000 11011101 101010 0 1 1100 10110010 111100 1000110

Color Harmonies of #83E0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E0DD

Black with #83E0DD

Text Example


Text Example

White with #83E0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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