Html Css Color HEX #83D6DB Spray

📋 copy color: '#83D6DB'

red 131 ◦ green 214 ◦ blue 219

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

Shades of Spray #83D6DB

Tints of Spray #83D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.94%

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

R = 23.23%
G = 37.94%
B = 38.83%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83D6DB (or 0x83D6DB) is known color: Spray. HEX triplet: 83, D6 and DB. RGB value is (131,214,219). Sum of RGB (Red+Green+Blue) = 131+214+219=564 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.23% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #83D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D6DB is #7C2924. Grayscale: #BDBDBD. Windows color (decimal): -8136997 or 14407299. OLE color: 14407299.

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

Color convert

RGB 131 214 219 -
CMYK 0.40 0.02 0 0.14
HSL 183.41º 0.55% 0.69% -
HSV(B) 183.41º 0.4% 0.86% -
XYZ 46.19 58.03 75.78 -
YUV 189.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 131 214 219 0.40 0.02 0 0.14 183.41 0.55 0.69
Hex 83 D6 DB 28 2 0 E B7 37 45
Octal 203 326 333 50 2 0 16 267 67 105
Binary 10000011 11010110 11011011 101000 10 0 1110 10110111 110111 1000101

Color Harmonies of #83D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D6DB

Black with #83D6DB

Text Example


Text Example

White with #83D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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