Html Css Color HEX #83C5CD Spray

📋 copy color: '#83C5CD'

red 131 ◦ green 197 ◦ blue 205

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

Shades of Spray #83C5CD

Tints of Spray #83C5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

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

R = 24.58%
G = 36.96%
B = 38.46%

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

#83C5CD (or 0x83C5CD) is known color: Spray. HEX triplet: 83, C5 and CD. RGB value is (131,197,205). Sum of RGB (Red+Green+Blue) = 131+197+205=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #83C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C5CD is #7C3A32. Grayscale: #B2B2B2. Windows color (decimal): -8141363 or 13485443. OLE color: 13485443.

HSL color Cylindrical-coordinate representation of color #83C5CD: hue angle of 186.49º 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 #83C5CD is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 197 205 -
CMYK 0.36 0.04 0 0.20
HSL 186.49º 0.43% 0.66% -
HSV(B) 186.49º 0.36% 0.8% -
XYZ 40.35 49.17 65.12 -
YUV 178.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 131 197 205 0.36 0.04 0 0.20 186.49 0.43 0.66
Hex 83 C5 CD 24 4 0 14 BA 2B 42
Octal 203 305 315 44 4 0 24 272 53 102
Binary 10000011 11000101 11001101 100100 100 0 10100 10111010 101011 1000010

Color Harmonies of #83C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C5CD

Black with #83C5CD

Text Example


Text Example

White with #83C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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