Html Css Color HEX #83D6DF Spray

📋 copy color: '#83D6DF'

red 131 ◦ green 214 ◦ blue 223

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

Shades of Spray #83D6DF

Tints of Spray #83D6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 23.06%
G = 37.68%
B = 39.26%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83D6DF (or 0x83D6DF) is known color: Spray. HEX triplet: 83, D6 and DF. RGB value is (131,214,223). Sum of RGB (Red+Green+Blue) = 131+214+223=568 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.06% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #83D6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D6DF is #7C2920. Grayscale: #BEBEBE. Windows color (decimal): -8136993 or 14669443. OLE color: 14669443.

HSL color Cylindrical-coordinate representation of color #83D6DF: hue angle of 185.87º degrees, saturation: 0.59, 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 #83D6DF is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 214 223 -
CMYK 0.41 0.04 0 0.13
HSL 185.87º 0.59% 0.69% -
HSV(B) 185.87º 0.41% 0.87% -
XYZ 46.73 58.25 78.59 -
YUV 190.21 146.5 85.77 -
System Red Green Blue C M Y K H S L
Decimal 131 214 223 0.41 0.04 0 0.13 185.87 0.59 0.69
Hex 83 D6 DF 29 4 0 D BA 3B 45
Octal 203 326 337 51 4 0 15 272 73 105
Binary 10000011 11010110 11011111 101001 100 0 1101 10111010 111011 1000101

Color Harmonies of #83D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D6DF

Black with #83D6DF

Text Example


Text Example

White with #83D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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