Html Css Color HEX #83DCDB Spray

📋 copy color: '#83DCDB'

red 131 ◦ green 220 ◦ blue 219

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

Shades of Spray #83DCDB

Tints of Spray #83DCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 22.98%
G = 38.6%
B = 38.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#83DCDB (or 0x83DCDB) is known color: Spray. HEX triplet: 83, DC and DB. RGB value is (131,220,219). Sum of RGB (Red+Green+Blue) = 131+220+219=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCDB is #7C2324. Grayscale: #C1C1C1. Windows color (decimal): -8135461 or 14408835. OLE color: 14408835.

HSL color Cylindrical-coordinate representation of color #83DCDB: hue angle of 179.33º 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 #83DCDB is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 220 219 -
CMYK 0.40 0 0.00 0.14
HSL 179.33º 0.56% 0.69% -
HSV(B) 179.33º 0.4% 0.86% -
XYZ 47.74 61.13 76.3 -
YUV 193.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 131 220 219 0.40 0 0.00 0.14 179.33 0.56 0.69
Hex 83 DC DB 28 0 0 E B3 38 45
Octal 203 334 333 50 0 0 16 263 70 105
Binary 10000011 11011100 11011011 101000 0 0 1110 10110011 111000 1000101

Color Harmonies of #83DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCDB

Black with #83DCDB

Text Example


Text Example

White with #83DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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