Html Css Color HEX #83D9DB Spray

📋 copy color: '#83D9DB'

red 131 ◦ green 217 ◦ blue 219

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

Shades of Spray #83D9DB

Tints of Spray #83D9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.27%

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

R = 23.1%
G = 38.27%
B = 38.62%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83D9DB (or 0x83D9DB) is known color: Spray. HEX triplet: 83, D9 and DB. RGB value is (131,217,219). Sum of RGB (Red+Green+Blue) = 131+217+219=567 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.10% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #83D9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9DB is #7C2624. Grayscale: #BFBFBF. Windows color (decimal): -8136229 or 14408067. OLE color: 14408067.

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

Color convert

RGB 131 217 219 -
CMYK 0.40 0.01 0 0.14
HSL 181.36º 0.55% 0.69% -
HSV(B) 181.36º 0.4% 0.86% -
XYZ 46.96 59.57 76.04 -
YUV 191.51 143.51 84.84 -
System Red Green Blue C M Y K H S L
Decimal 131 217 219 0.40 0.01 0 0.14 181.36 0.55 0.69
Hex 83 D9 DB 28 1 0 E B5 37 45
Octal 203 331 333 50 1 0 16 265 67 105
Binary 10000011 11011001 11011011 101000 1 0 1110 10110101 110111 1000101

Color Harmonies of #83D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D9DB

Black with #83D9DB

Text Example


Text Example

White with #83D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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