Html Css Color HEX #83DCD9 Spray

📋 copy color: '#83DCD9'

red 131 ◦ green 220 ◦ blue 217

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

Shades of Spray #83DCD9

Tints of Spray #83DCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

 BLUE value IS 217 (85.16% from 255) = 38.2%

R = 23.06%
G = 38.73%
B = 38.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#83DCD9 (or 0x83DCD9) is known color: Spray. HEX triplet: 83, DC and D9. RGB value is (131,220,217). Sum of RGB (Red+Green+Blue) = 131+220+217=568 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.06% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCD9 is #7C2326. Grayscale: #C0C0C0. Windows color (decimal): -8135463 or 14277763. OLE color: 14277763.

HSL color Cylindrical-coordinate representation of color #83DCD9: hue angle of 177.98º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCD9 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 220 217 -
CMYK 0.40 0 0.01 0.14
HSL 177.98º 0.56% 0.69% -
HSV(B) 177.98º 0.4% 0.86% -
XYZ 47.48 61.02 74.92 -
YUV 193.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 131 220 217 0.40 0 0.01 0.14 177.98 0.56 0.69
Hex 83 DC D9 28 0 1 E B2 38 45
Octal 203 334 331 50 0 1 16 262 70 105
Binary 10000011 11011100 11011001 101000 0 1 1110 10110010 111000 1000101

Color Harmonies of #83DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCD9

Black with #83DCD9

Text Example


Text Example

White with #83DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,220,217); }

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

background-color css

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

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

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

border-color css

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

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

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