Html Css Color HEX #83C4CD Spray

📋 copy color: '#83C4CD'

red 131 ◦ green 196 ◦ blue 205

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

Shades of Spray #83C4CD

Tints of Spray #83C4CD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 24.62%
G = 36.84%
B = 38.53%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83C4CD (or 0x83C4CD) is known color: Spray. HEX triplet: 83, C4 and CD. RGB value is (131,196,205). Sum of RGB (Red+Green+Blue) = 131+196+205=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #83C4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C4CD is #7C3B32. Grayscale: #B1B1B1. Windows color (decimal): -8141619 or 13485187. OLE color: 13485187.

HSL color Cylindrical-coordinate representation of color #83C4CD: hue angle of 187.3º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83C4CD is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 196 205 -
CMYK 0.36 0.04 0 0.20
HSL 187.3º 0.43% 0.66% -
HSV(B) 187.3º 0.36% 0.8% -
XYZ 40.12 48.71 65.05 -
YUV 177.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 131 196 205 0.36 0.04 0 0.20 187.3 0.43 0.66
Hex 83 C4 CD 24 4 0 14 BB 2B 42
Octal 203 304 315 44 4 0 24 273 53 102
Binary 10000011 11000100 11001101 100100 100 0 10100 10111011 101011 1000010

Color Harmonies of #83C4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C4CD

Black with #83C4CD

Text Example


Text Example

White with #83C4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,196,205); }

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

background-color css

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

 a { background-color: rgb(131,196,205); }

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

border-color css

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

 span { border-color: rgb(131,196,205); }

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