Html Css Color HEX #83DDDD Spray

📋 copy color: '#83DDDD'

red 131 ◦ green 221 ◦ blue 221

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

Shades of Spray #83DDDD

Tints of Spray #83DDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.57%

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

R = 22.86%
G = 38.57%
B = 38.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83DDDD (or 0x83DDDD) is known color: Spray. HEX triplet: 83, DD and DD. RGB value is (131,221,221). Sum of RGB (Red+Green+Blue) = 131+221+221=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #83DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDDD is #7C2222. Grayscale: #C2C2C2. Windows color (decimal): -8135203 or 14540163. OLE color: 14540163.

HSL color Cylindrical-coordinate representation of color #83DDDD: hue angle of 180º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDDD is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 221 -
CMYK 0.41 0 0 0.13
HSL 180º 0.57% 0.69% -
HSV(B) 180º 0.41% 0.87% -
XYZ 48.27 61.76 77.78 -
YUV 194.09 143.18 83 -
System Red Green Blue C M Y K H S L
Decimal 131 221 221 0.41 0 0 0.13 180 0.57 0.69
Hex 83 DD DD 29 0 0 D B4 39 45
Octal 203 335 335 51 0 0 15 264 71 105
Binary 10000011 11011101 11011101 101001 0 0 1101 10110100 111001 1000101

Color Harmonies of #83DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDDD

Black with #83DDDD

Text Example


Text Example

White with #83DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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